Click or drag to resize

CWormsStaticDataCacheCanTradeOnRoute(String, ArrayList, String) Method

Indicates whether a route can trade a given spread on a given portfolio.

Namespace: Woti.StaticData
Assembly: Woti (in Woti.dll) Version: 13.4.273.0
Syntax
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

Boolean

Implements

IWormsStaticDataCacheCanTradeOnRoute(String, ArrayList, String)
See Also