Class: Quickfix::UnderlyingReturnRateQuoteUnits
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteUnits
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteUnits
constructor
A new instance of UnderlyingReturnRateQuoteUnits.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteUnits
Returns a new instance of UnderlyingReturnRateQuoteUnits.
74496 74497 74498 74499 74500 74501 74502 |
# File 'lib/quickfix_fields.rb', line 74496 def initialize(data = nil) if( data == nil ) super(43043) else super(43043, data) end end |
Class Method Details
.field ⇒ Object
74493 74494 74495 |
# File 'lib/quickfix_fields.rb', line 74493 def UnderlyingReturnRateQuoteUnits.field return 43043 end |