Class: Quickfix::FinancialInstrumentShortName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FinancialInstrumentShortName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FinancialInstrumentShortName
constructor
A new instance of FinancialInstrumentShortName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FinancialInstrumentShortName
Returns a new instance of FinancialInstrumentShortName.
76121 76122 76123 76124 76125 76126 76127 |
# File 'lib/quickfix_fields.rb', line 76121 def initialize(data = nil) if( data == nil ) super(2737) else super(2737, data) end end |
Class Method Details
.field ⇒ Object
76118 76119 76120 |
# File 'lib/quickfix_fields.rb', line 76118 def FinancialInstrumentShortName.field return 2737 end |