Class: Quickfix::LegReturnRateDateMode
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateDateMode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateDateMode
constructor
A new instance of LegReturnRateDateMode.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateDateMode
Returns a new instance of LegReturnRateDateMode.
67320 67321 67322 67323 67324 67325 67326 |
# File 'lib/quickfix_fields.rb', line 67320 def initialize(data = nil) if( data == nil ) super(42509) else super(42509, data) end end |
Class Method Details
.field ⇒ Object
67317 67318 67319 |
# File 'lib/quickfix_fields.rb', line 67317 def LegReturnRateDateMode.field return 42509 end |