MarketgetByName Method
Get a pointer to the Market instance that corresponds to
the provided name.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public static Market getByName(
string name
)
Public Shared Function getByName (
name As String
) As Market
- name String
-
The name of a Market instance/implementation.
Market
A Market pointer that corresponds to the provided name.
If an instance cannot be found for the provided name,
then 0 is returned.