Class: Quickfix::LegIndexAnnexSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegIndexAnnexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndexAnnexSource
constructor
A new instance of LegIndexAnnexSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegIndexAnnexSource
Returns a new instance of LegIndexAnnexSource.
42841 42842 42843 42844 42845 42846 42847 |
# File 'lib/quickfix_fields.rb', line 42841 def initialize(data = nil) if( data == nil ) super(2175) else super(2175, data) end end |
Class Method Details
.field ⇒ Object
42838 42839 42840 |
# File 'lib/quickfix_fields.rb', line 42838 def LegIndexAnnexSource.field return 2175 end |