Class: Quickfix::LegReturnRateAmountRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegReturnRateAmountRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateAmountRelativeTo
constructor
A new instance of LegReturnRateAmountRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateAmountRelativeTo
Returns a new instance of LegReturnRateAmountRelativeTo.
67736 67737 67738 67739 67740 67741 67742 |
# File 'lib/quickfix_fields.rb', line 67736 def initialize(data = nil) if( data == nil ) super(42541) else super(42541, data) end end |