- FAILED_ORDER - Static variable in interface org.marketcetera.orderloader.Messages
-
- FAILED_ORDERS - Static variable in interface org.marketcetera.orderloader.Messages
-
- FailedOrderInfo - Class in org.marketcetera.orderloader
-
Contains failure information encountered when processing an order.
- FailedOrderInfo(int, String[], Exception) - Constructor for class org.marketcetera.orderloader.FailedOrderInfo
-
Creates an instance.
- FIELD_ACCOUNT - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The account field header name.
- FIELD_EXPIRY - Static variable in class org.marketcetera.orderloader.system.OptionFromRow
-
The option expiry field header name.
- FIELD_OPTION_TYPE - Static variable in class org.marketcetera.orderloader.system.OptionFromRow
-
The option type field header name
- FIELD_ORDER_CAPACITY - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Order Capacity field header name.
- FIELD_ORDER_TYPE - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Order Type field header name.
- FIELD_POSITION_EFFECT - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Position Effect field header name.
- FIELD_PRICE - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Price field header name.
- FIELD_QUANTITY - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Quantity field header name.
- FIELD_SECURITY_TYPE - Static variable in class org.marketcetera.orderloader.system.InstrumentFromRow
-
The Security Type field header name.
- FIELD_SIDE - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Side field header name.
- FIELD_STRIKE_PRICE - Static variable in class org.marketcetera.orderloader.system.OptionFromRow
-
The option strike price field header name
- FIELD_SYMBOL - Static variable in class org.marketcetera.orderloader.system.InstrumentFromRow
-
The Symbol field header name.
- FIELD_TIME_IN_FORCE - Static variable in class org.marketcetera.orderloader.system.SystemProcessor
-
The Time In Force field header name.
- FIXProcessor - Class in org.marketcetera.orderloader.fix
-
The processor that parses rows into FIX Messages.
- FIXProcessor(OrderProcessor, BrokerID, FIXVersion) - Constructor for class org.marketcetera.orderloader.fix.FIXProcessor
-
Creates an instance.
- FutureFromRow - Class in org.marketcetera.orderloader.system
-
Implements extraction of a future instrument from a row.
- FutureFromRow() - Constructor for class org.marketcetera.orderloader.system.FutureFromRow
-
- geBrokerID() - Method in class org.marketcetera.orderloader.RowProcessor
-
The brokerID value to use for each order.
- getArgs() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
- getClientIdPrefix() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Get the clientIdPrefix value.
- getClientURL() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Get the clientURL value.
- getClientUsername() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Get the clientUsername value.
- getClientWsHost() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Get the clientWsHost value.
- getClientWsPort() - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Get the clientWsPort value.
- getCustomField(String) - Static method in class org.marketcetera.orderloader.fix.CustomField
-
Fields are treated as custom when the header name is not "standard" and
the name can be parsed as an int.
- getException() - Method in class org.marketcetera.orderloader.FailedOrderInfo
-
The exception indicating the failure.
- getExceptionMsg(Exception) - Method in class org.marketcetera.orderloader.OrderLoaderMain
-
Gets the exception message from the supplied exception.
- getFailedOrders() - Method in class org.marketcetera.orderloader.OrderLoader
-
Details on failed orders.
- getFailedOrders() - Method in class org.marketcetera.orderloader.RowProcessor
-
The list of orders that failed to process.
- getIndex() - Method in class org.marketcetera.orderloader.FailedOrderInfo
-
The row index at which the failure happened.
- getNumBlankLines() - Method in class org.marketcetera.orderloader.OrderLoader
-
Number of blank lines.
- getNumBlankLines() - Method in class org.marketcetera.orderloader.OrderParser
-
Returns the total number of blank lines.
- getNumComments() - Method in class org.marketcetera.orderloader.OrderLoader
-
Number of lines with comments.
- getNumComments() - Method in class org.marketcetera.orderloader.OrderParser
-
Returns the total number of lines with comments.
- getNumFailed() - Method in class org.marketcetera.orderloader.OrderLoader
-
Number of orders that failed to process.
- getNumFailed() - Method in class org.marketcetera.orderloader.RowProcessor
-
Number of orders that failed to process.
- getNumLines() - Method in class org.marketcetera.orderloader.OrderLoader
-
Number of lines of input processed.
- getNumLines() - Method in class org.marketcetera.orderloader.OrderParser
-
Returns the total number of lines processed.
- getNumSuccess() - Method in class org.marketcetera.orderloader.OrderLoader
-
Number of orders successfully processed.
- getNumSuccess() - Method in class org.marketcetera.orderloader.RowProcessor
-
Number of orders that were successfully processed.
- getQuickFixFieldFromName(String) - Method in class org.marketcetera.orderloader.fix.FIXProcessor
-
Translate the incoming field name from String to a FIX standard
using reflection.
- getRow() - Method in class org.marketcetera.orderloader.FailedOrderInfo
-
The contents of the row at which the failure happened.
- getRow() - Method in class org.marketcetera.orderloader.system.Row
-
Returns the row value.
- getSecurityType(String[]) - Method in class org.marketcetera.orderloader.system.InstrumentFromRow
-
Returns the security type value from the supplied row, if available.
- getSide(String) - Static method in class org.marketcetera.orderloader.fix.FIXProcessor
-
- getSymbol(String[]) - Method in class org.marketcetera.orderloader.system.InstrumentFromRow
-
Returns the symbol value for the supplied row.
- getTotal() - Method in class org.marketcetera.orderloader.RowProcessor
-
Returns the total number of orders processed.