Click or drag to resize

CWormsSessionSetTradingRestriction(String, String, WOTI_TradingRestrictionType, String) Method

Set trading restriction type on a Symbol.

Namespace: Woti
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
public virtual void SetTradingRestriction(
	string sSymbol,
	string sAccountName,
	WOTI_TradingRestrictionType TradingRestrictionType,
	string sReason
)

Parameters

sSymbol  String
The symbol the trading restriction is placed on.
sAccountName  String
The account the trading restriction is placed on.
TradingRestrictionType  WOTI_TradingRestrictionType
The trading restriction type to set.
sReason  String
The reason for the trading restriction.

Implements

IWormsSessionSetTradingRestriction(String, String, WOTI_TradingRestrictionType, String)
Exceptions
ExceptionCondition
CWormsException
See Also