Class: Quickfix::UnderlyingReturnRateQuoteDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate
constructor
A new instance of UnderlyingReturnRateQuoteDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate
Returns a new instance of UnderlyingReturnRateQuoteDate.
74574 74575 74576 74577 74578 74579 74580 |
# File 'lib/quickfix_fields.rb', line 74574 def initialize(data = nil) if( data == nil ) super(43049) else super(43049, data) end end |
Class Method Details
.field ⇒ Object
74571 74572 74573 |
# File 'lib/quickfix_fields.rb', line 74571 def .field return 43049 end |