IWotiTradePermCalculatorApplyComplexOrder Method |
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxvoid ApplyComplexOrder(
string Portfolio,
ArrayList OrderLegSet_,
int Quantity,
string OrderId,
double Price
)
Sub ApplyComplexOrder (
Portfolio As String,
OrderLegSet_ As ArrayList,
Quantity As Integer,
OrderId As String,
Price As Double
)
void ApplyComplexOrder(
String^ Portfolio,
ArrayList^ OrderLegSet_,
int Quantity,
String^ OrderId,
double Price
)
Parameters
- Portfolio String
-
- OrderLegSet_ ArrayList
-
- Quantity Int32
-
- OrderId String
-
- Price Double
-
See Also