com.apama.mlom
Event OrderReceived


Routed by the service after it has received a NewMultiLegOrder event.

At least one of sendOrderUpdates and sendLegUpdates will be true.
Member Summary
 stringserviceId

As given in the NewMultiLegOrder event.
 stringorderId

As given in the NewMultiLegOrder event.
 booleansendOrderUpdates

If true, the service will be sending OrderUpdate events.
 booleansendLegUpdates

If true, the service will be sending LegUpdate events.
 dictionary<string, string >extraParams

Extra parameters that do not map into any of the above.
 
Member Detail

extraParams

dictionary<string, string > extraParams
Extra parameters that do not map into any of the above.

orderId

string orderId
As given in the NewMultiLegOrder event.

sendLegUpdates

boolean sendLegUpdates
If true, the service will be sending LegUpdate events.

sendOrderUpdates

boolean sendOrderUpdates
If true, the service will be sending OrderUpdate events.

serviceId

string serviceId
As given in the NewMultiLegOrder event.