Class: Quickfix::UnderlyingReturnRateQuoteTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuoteTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteTime
constructor
A new instance of UnderlyingReturnRateQuoteTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteTime
Returns a new instance of UnderlyingReturnRateQuoteTime.
74561 74562 74563 74564 74565 74566 74567 |
# File 'lib/quickfix_fields.rb', line 74561 def initialize(data = nil) if( data == nil ) super(43048) else super(43048, data) end end |
Class Method Details
.field ⇒ Object
74558 74559 74560 |
# File 'lib/quickfix_fields.rb', line 74558 def .field return 43048 end |