CWormsSessionRejectOrder(String, String, String) Method |
Note: This API is now obsolete.
(Deprecated) Generates an RejectOrder event for an order in the PendingAccept state.
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax[ObsoleteAttribute("Use RejectOrder with bid/ask params instead of this method.")]
public virtual void RejectOrder(
string sEventId,
string sNote,
string sRemoteId
)<ObsoleteAttribute("Use RejectOrder with bid/ask params instead of this method.")>
Public Overridable Sub RejectOrder (
sEventId As String,
sNote As String,
sRemoteId As String
)public:
[ObsoleteAttribute(L"Use RejectOrder with bid/ask params instead of this method.")]
virtual void RejectOrder(
String^ sEventId,
String^ sNote,
String^ sRemoteId
)
Parameters
- sEventId String
- Event ID of the Submit Event (e.g. NewOrder) to which this Reject will refer.
- 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.
Implements
IWormsSessionRejectOrder(String, String, String)
Exceptions
RemarksDeprecated, use RejectOrder with bid/ask params instead.
See Also