com.apama.sor
Event Constants


Global constants within the SOR framework.
Since:
CMF 2.1.0

Constant summary
 constant floatFLOAT_MILLION := 1000000.0
 constant integerINT_MILLION := 1000000
 constant stringIOC_ORDER := "IOC"
 constant stringLIMIT_ORDER := "LIMIT"
 constant stringMARKET_ORDER := "MARKET"
 constant stringPARENTORDERID := "ParentOrderId"
 constant stringQTYWORKING := "QtyWorking"
 constant stringROUTINGID := "RoutingId"
 constant stringSTATE := "State"
 constant stringSYMBOLID := "SymbolId"
 constant stringUPDATEPARENT := "UpdateParent"
 
Constant detail

FLOAT_MILLION

            constant float FLOAT_MILLION := 1000000.0
        

INT_MILLION

            constant integer INT_MILLION := 1000000
        

IOC_ORDER

            constant string IOC_ORDER := "IOC"
        

LIMIT_ORDER

            constant string LIMIT_ORDER := "LIMIT"
        

MARKET_ORDER

            constant string MARKET_ORDER := "MARKET"
        

PARENTORDERID

            constant string PARENTORDERID := "ParentOrderId"
        

QTYWORKING

            constant string QTYWORKING := "QtyWorking"
        

ROUTINGID

            constant string ROUTINGID := "RoutingId"
        

STATE

            constant string STATE := "State"
        

SYMBOLID

            constant string SYMBOLID := "SymbolId"
        

UPDATEPARENT

            constant string UPDATEPARENT := "UpdateParent"