Class: Quickfix::NoLegReturnRates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegReturnRates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRates
constructor
A new instance of NoLegReturnRates.
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRates
Returns a new instance of NoLegReturnRates.
67645 67646 67647 67648 67649 67650 67651 |
# File 'lib/quickfix_fields.rb', line 67645 def initialize(data = nil) if( data == nil ) super(42534) else super(42534, data) end end |