Class: Quickfix::UnderlyingReturnRateValuationTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTime
constructor
A new instance of UnderlyingReturnRateValuationTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTime
Returns a new instance of UnderlyingReturnRateValuationTime.
74665 74666 74667 74668 74669 74670 74671 |
# File 'lib/quickfix_fields.rb', line 74665 def initialize(data = nil) if( data == nil ) super(43056) else super(43056, data) end end |
Class Method Details
.field ⇒ Object
74662 74663 74664 |
# File 'lib/quickfix_fields.rb', line 74662 def UnderlyingReturnRateValuationTime.field return 43056 end |