Click or drag to resize

CWormsSessionRejectChange(String, String, String, Double, Double) Method

Generates a RejectChange event for an order in the PendingChange state.

Namespace: Woti
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
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
ExceptionCondition
CWormsException
See Also