SharpTrader.SDK - Developer API

FutureTicker Constructor

Namespace:  SharpTrader
Assembly:  SharpTrader.SDK (in SharpTrader.SDK.dll)

Syntax


public FutureTicker(
	Exchange exchange,
	string symbol,
	Currency currency,
	int multiplier,
	bool continuous,
	decimal priceTick,
	ITicker underlying
)

Parameters

exchange
Type: SharpTrader..::..Exchange
symbol
Type: String
currency
Type: Currency
multiplier
Type: Int32
continuous
Type: Boolean
priceTick
Type: Decimal
underlying
Type: SharpTrader..::..ITicker