MasterSymbolT Constructor |
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public MasterSymbol(
T token,
string name,
string series,
string tradingSymbol,
string exchange,
string instrumentType,
double tickSize,
int lotSize,
string optionType,
DateTime expiryDate,
double strikePrice,
bool isWeekly,
T underlying
)
Parameters
- token T
-
- name String
-
- series String
-
- tradingSymbol String
-
- exchange String
-
- instrumentType String
-
- tickSize Double
-
- lotSize Int32
-
- optionType String
-
- expiryDate DateTime
-
- strikePrice Double
-
- isWeekly Boolean
-
- underlying T
-
See Also