Click or drag to resize

CWormsSessionRejectOrder(String, String, String) Method

Note: This API is now obsolete.

(Deprecated) Generates an RejectOrder event for an order in the PendingAccept state.

Namespace: Woti
Assembly: 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
)

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
ExceptionCondition
CWormsException
Remarks
Deprecated, use RejectOrder with bid/ask params instead.
See Also