CWormsSessionRejectChange(String, String, String, Double, Double) Method |
Generates a RejectChange event for an order in the PendingChange state.
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxpublic virtual void RejectChange(
string sEventId,
string sNote,
string sRemoteId,
double dBid,
double dAsk
)
Public Overridable Sub RejectChange (
sEventId As String,
sNote As String,
sRemoteId As String,
dBid As Double,
dAsk As Double
)
public:
virtual void RejectChange(
String^ sEventId,
String^ sNote,
String^ sRemoteId,
double dBid,
double dAsk
)
Parameters
- sEventId String
-
The event Id of the change event to which this Reject refers. That event Id can be accessed
via the Order Cache's GetLatestEventOfType.
- sNote String
- Internal field, populates the Note (Extra info) field.
- sRemoteId String
- Not required. Internal field, populates the RemoteId field. This field is normally
used to indicate the exchange action ID associated with this event. Maximum of 32 characters.
- dBid Double
- The bid price at the time the change was rejected.
- dAsk Double
- The ask price at the time the change was rejected.
Implements
IWormsSessionRejectChange(String, String, String, Double, Double)
Exceptions
See Also