Class: Quickfix::UnderlyingReturnRateDateMode
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateDateMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateDateMode
constructor
A new instance of UnderlyingReturnRateDateMode.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateDateMode
Returns a new instance of UnderlyingReturnRateDateMode.
74054 74055 74056 74057 74058 74059 74060 |
# File 'lib/quickfix_fields.rb', line 74054 def initialize(data = nil) if( data == nil ) super(43009) else super(43009, data) end end |
Class Method Details
.field ⇒ Object
74051 74052 74053 |
# File 'lib/quickfix_fields.rb', line 74051 def UnderlyingReturnRateDateMode.field return 43009 end |