CWormsStaticDataCacheCanTradeOnRoute(String, ArrayList, String) Method |
Indicates whether a route can trade a given spread on a given portfolio.
Namespace: Woti.StaticDataAssembly: Woti (in Woti.dll) Version: 13.4.273.0
Syntaxpublic virtual bool CanTradeOnRoute(
string sRoute,
ArrayList OrderLegSet,
string sPortfolio
)
Public Overridable Function CanTradeOnRoute (
sRoute As String,
OrderLegSet As ArrayList,
sPortfolio As String
) As Boolean
public:
virtual bool CanTradeOnRoute(
String^ sRoute,
ArrayList^ OrderLegSet,
String^ sPortfolio
)
Parameters
- sRoute String
-
- OrderLegSet ArrayList
- The security type of each order leg will be checked against the route's security type permissions.
- sPortfolio String
- This portfolio will be checked against the route's portfolio permissions.
Return Value
BooleanImplements
IWormsStaticDataCacheCanTradeOnRoute(String, ArrayList, String)
See Also