FIXTradingCommunity / fix-orchestra-spec

Technical specification for FIX Orchestra (machine readable rules of engagement)
Other
28 stars 5 forks source link

Datatypes in DSL #3

Open donmendelson opened 7 years ago

donmendelson commented 7 years ago

The DSL specification should tell about datatypes of variables, such as whether they are static or dynamic.

My proposal:

jimnup commented 7 years ago

Need to think more about static v. dynamic and exposing that in the DSL. Trying to avoid 4GL syndrome plaguing almost all DSLs I have seen built.

Instead of FIX datatypes - should this be Orchestra datatypes? I would not want to see us bind the DSL to FIX.

donmendelson commented 7 years ago

Jim, I see what you're driving at, and we do have datatype section of Orchestra that can be used to enumerate non-FIX datatypes (example: NYSE Pillar file). However, there are several issues that need to be overcome to get to a completely FIX-agnostic DSL.