C# Class Krs.Ats.IBNet.CTriggerMethod

Mostrar archivo Open project: qusma/ib-csharp Class Usage Examples

Public Properties

Property Type Description
friendlyNames string[]

Public Methods

Method Description
FromFriendlyString ( string friendlyName ) : TriggerMethod
ToFriendlyString ( this th ) : string

Method Details

FromFriendlyString() public static method

public static FromFriendlyString ( string friendlyName ) : TriggerMethod
friendlyName string
return TriggerMethod

ToFriendlyString() public static method

public static ToFriendlyString ( this th ) : string
th this
return string

Property Details

friendlyNames public_oe static_oe property

public static string[] friendlyNames
return string[]