Class: Quickfix::LegReturnRateQuoteUnits
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReturnRateQuoteUnits
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteUnits
constructor
A new instance of LegReturnRateQuoteUnits.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteUnits
Returns a new instance of LegReturnRateQuoteUnits.
67762 67763 67764 67765 67766 67767 67768 |
# File 'lib/quickfix_fields.rb', line 67762 def initialize(data = nil) if( data == nil ) super(42543) else super(42543, data) end end |