See: Description
Interface | Description |
---|---|
OrderFactory |
The factory that will be asked to create the Order object
|
OrderStrategy |
An OrderStrategy instance encapsulates the order strategy that the
client wants to execute.
|
OrderStrategyFactory<T extends OrderStrategy> |
The factory that will be asked to create the OrderStrategy for the
given trade.
|
OrderSubmissionListener<T extends OrderStrategy> |
An OrderSubmissionListener instance will be notified of client events
regarding the submission of new orders.
|
OrderSubmissionListenerFactory<T extends OrderStrategy> |
An OrderSubmissionListenerFactory instance is responsible for
providing an
OrderSubmissionListener whenever a Limit Order has
been initiated from the client, of that specified OrderStrategy |
OrderSubmissionValidator |
An interface for validating a list of orders representing an order strategy.
|
Class | Description |
---|---|
ActivationDate |
The Date an order should be activated.
|
AlertType |
The AlertType determines how the client should be alerted
once the order has been filled.
|
ExecutionType |
The ExecutionType determines how order should be executed.
|
ExpirationDate |
The date an order should expire.
|
MotifOrderFactory | |
MotifOrderStrategyFactory | |
Order |
An object representing one of the legs of a multi-order strategy.
|
OrderSubmissionFactoryTranslator | |
OrderSubmissionFields | |
OrderSubmissionTradeListenerTranslator<T extends OrderStrategy> | |
OrderValidityDate |
Parent class of
ActivationDate and ExpirationDate that represents a date for an order. |
Copyright © 2015 Caplin Systems.