public interface InvalidFieldsEvent
TradeListener.receiveInvalidFieldsEvent(InvalidFieldsEvent).| Modifier and Type | Method and Description |
|---|---|
ArraySet |
getInvalidFields()
Gets the fields in the client event that were invalid.
|
java.lang.String |
getMessage()
Gets the error message relating to the invalid fields event.
|
java.lang.String |
getStateName()
Gets the state that the
Trade was in when the event with invalid fields was received. |
Trade |
getTrade()
Gets the
Trade object to which this InvalidFieldsEvent relates. |
TradeEvent |
getTradeEvent()
Gets the
TradeEvent that was invalid. |
Trade getTrade()
Trade object to which this InvalidFieldsEvent relates.
As long as your code executes on the thread in which TradeListener.receiveInvalidFieldsEvent(InvalidFieldsEvent)
was called, the Trade's fields will not be updated by subsequent events, though its state may change.Trade object.TradeEvent getTradeEvent()
TradeEvent that was invalid.TradeEvent.java.lang.String getStateName()
Trade was in when the event with invalid fields was received.Trade state.ArraySet getInvalidFields()
java.lang.String getMessage()
Please send bug reports and comments to Caplin support