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.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
Modifier and Type | Method and Description |
---|---|
static PricingSide |
PricingSide.valueOf(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.
|
Constructor and Description |
---|
BlockTradeSubmitEvent(PricingSide pricingSide)
Constructs a submit event with the PricingSide
Typically this is
TWO_WAY . |
Modifier and Type | Method and Description |
---|---|
PricingSide |
RFSSubmitEvent.getPricingSide()
Returns the requested pricing side of the trade.
|
Constructor and Description |
---|
RFSSubmitEvent(PricingSide pricingSide)
Constructs a submit event with the PricingSide
Typically this is
TWO_WAY . |
RFSSubmitEvent(PricingSide pricingSide,
String toboUser)
Constructs a submit event with the PricingSide and toboUser
|
Copyright © 2015 Caplin Systems.