Attributes | Name and Description |
---|---|
|
caplin.trading.trademodel.AbstractTradeFactory( oTradeMessageService)
An abstract TradeFactory implementation that handles trade restoration. |
Attributes | Name and Description |
---|---|
|
void
restoreExistingTrade(caplin.trading.trademodel.Trade oTrade, Map mFieldMap)
Restores a trade that is currently known on the client. |
|
caplin.trading.trademodel.Trade
restoreNewTrade(Map mFieldMap)
Restores a trade that is not known on the client, then returns the newly created trade. |
►
caplin.trading.trademodel.AbstractTradeFactory( oTradeMessageService)
An abstract TradeFactory implementation that handles trade restoration.
oTradeMessageService |
►
void
restoreExistingTrade(caplin.trading.trademodel.Trade oTrade, Map mFieldMap)
Restores a trade that is currently known on the client.
caplin.trading.trademodel.Trade | oTrade | the trade object to restore. |
Map | mFieldMap | the trade data to restore the trade with. |
►
caplin.trading.trademodel.Trade
restoreNewTrade(Map mFieldMap)
Restores a trade that is not known on the client, then returns the newly created trade. This method internally invokes #restoreExistingTrade on the newly restored trade.
Map | mFieldMap | The data to restore the trade with. |