SharpTrader.SDK - Developer API

FutureTicker..::..TryParse Method

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

Syntax


public static bool TryParse(
	string symbol,
	int multiplier,
	out FutureTicker ticker
)

Parameters

symbol
Type: String
multiplier
Type: Int32
ticker
Type: SharpTrader..::..FutureTicker%