Class: Quickfix::LegSettlRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlRateIndex
constructor
A new instance of LegSettlRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlRateIndex
42854 42855 42856 42857 42858 42859 42860 |
# File 'lib/quickfix_fields.rb', line 42854 def initialize(data = nil) if( data == nil ) super(2176) else super(2176, data) end end |
Class Method Details
.field ⇒ Object
42851 42852 42853 |
# File 'lib/quickfix_fields.rb', line 42851 def LegSettlRateIndex.field return 2176 end |