public interface FIXSupport
| Modifier and Type | Method and Description |
|---|---|
void |
sendOrderCancelRequest(Message m,
String cancelOrderID,
String symbol,
Character side,
Date transactionTime,
String cancelText)
Requests the cancelation of all of the remaining quantity of an existing order.
|
void |
sendReject(Message m,
int sessionRejectReason)
The reject message should be issued when a message is received but cannot be properly processed
due to a session-level rule violation
|
void sendOrderCancelRequest(Message m, String cancelOrderID, String symbol, Character side, Date transactionTime, String cancelText)
m - incoming order request need to send a cancel requestcancelOrderID - unique ID of cancel request as assigned by the institution.side - valid character defined my fix (1-9 / A-G)transactionTime - time this order request was initiated/released by the trader or trading system.cancelText - reason for sending order cancel requestvoid sendReject(Message m, int sessionRejectReason)
m - the incoming message that need to rejectsessionRejectReason - valid code(0-18/99) to identify reason for a session-level Reject message.Copyright © 2010–2016 AdroitLogic. All rights reserved.