public class BlockTradeSubmitEvent extends RFSSubmitEvent
An event received when the client initiates a block trade
Constructor and Description |
---|
BlockTradeSubmitEvent(PricingSide pricingSide)
Constructs a submit event with the PricingSide
Typically this is
PricingSide.TWO_WAY . |
getPricingSide, getToboUser
public BlockTradeSubmitEvent(PricingSide pricingSide)
PricingSide.TWO_WAY
. Some users may not be
permissioned for this, others may only request a specific side, for these
cases PricingSide will be either PricingSide.BUY
to denote
that the Ask price be sent, or PricingSide.SELL
to denote that only
the Bid price should be sent.pricingSide
- The pricing side denoting whether this event is for BUY or SELLCopyright © 2015 Caplin Systems.