C# Class Krs.Ats.IBNet.CTriggerMethod

Show file 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 static property

public static string[] friendlyNames
return string[]