Class: Quickfix::LegReturnRateDateMode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegReturnRateDateMode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateDateMode
constructor
A new instance of LegReturnRateDateMode.
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 |