Class: Quickfix::UnderlyingSettlRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlRateIndexLocation
constructor
A new instance of UnderlyingSettlRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlRateIndexLocation
Returns a new instance of UnderlyingSettlRateIndexLocation.
54255 54256 54257 54258 54259 54260 54261 |
# File 'lib/quickfix_fields.rb', line 54255 def initialize(data = nil) if( data == nil ) super(2285) else super(2285, data) end end |
Class Method Details
.field ⇒ Object
54252 54253 54254 |
# File 'lib/quickfix_fields.rb', line 54252 def .field return 2285 end |