Uses of Class
com.caplin.motif.fx.trading.PricingSide
-
Packages that use PricingSide Package Description com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol.com.caplin.motif.fx.trading.block.event Classes representing the events that can happen during the block trade process. -
-
Uses of PricingSide in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading that return PricingSide Modifier and Type Method Description static PricingSide
PricingSide. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PricingSide[]
PricingSide. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PricingSide in com.caplin.motif.fx.trading.block.event
Methods in com.caplin.motif.fx.trading.block.event that return PricingSide Modifier and Type Method Description PricingSide
BlockTradeSubmitEvent. getPricingSide()
Returns the requested pricing side of the trade.Constructors in com.caplin.motif.fx.trading.block.event with parameters of type PricingSide Constructor Description BlockTradeSubmitEvent(PricingSide pricingSide)
Constructs a submit event with the PricingSide
-