MarketgetByName Method

Get a pointer to the Market instance that corresponds to the provided name.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public static Market getByName(
	string name
)

Parameters

name  String
The name of a Market instance/implementation.

Return Value

Market
A Market pointer that corresponds to the provided name. If an instance cannot be found for the provided name, then 0 is returned.

See Also