Class: Quickfix::UnderlyingSettlRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlRateIndex
constructor
A new instance of UnderlyingSettlRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlRateIndex
Returns a new instance of UnderlyingSettlRateIndex.
54242 54243 54244 54245 54246 54247 54248 |
# File 'lib/quickfix_fields.rb', line 54242 def initialize(data = nil) if( data == nil ) super(2284) else super(2284, data) end end |
Class Method Details
.field ⇒ Object
54239 54240 54241 |
# File 'lib/quickfix_fields.rb', line 54239 def .field return 2284 end |