CWormsSessionSetTradingRestriction(String, String, WOTI_TradingRestrictionType, String) Method |
Set trading restriction type on a Symbol.
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxpublic virtual void SetTradingRestriction(
string sSymbol,
string sAccountName,
WOTI_TradingRestrictionType TradingRestrictionType,
string sReason
)
Public Overridable Sub SetTradingRestriction (
sSymbol As String,
sAccountName As String,
TradingRestrictionType As WOTI_TradingRestrictionType,
sReason As String
)
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
See Also