Class: Quickfix::SettlRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlRateIndex
constructor
A new instance of SettlRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlRateIndex
Returns a new instance of SettlRateIndex.
42269 42270 42271 42272 42273 42274 42275 |
# File 'lib/quickfix_fields.rb', line 42269 def initialize(data = nil) if( data == nil ) super(1577) else super(1577, data) end end |
Class Method Details
.field ⇒ Object
42266 42267 42268 |
# File 'lib/quickfix_fields.rb', line 42266 def SettlRateIndex.field return 1577 end |