Class: Quickfix::LegReturnRatePriceSequence
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegReturnRatePriceSequence
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRatePriceSequence
constructor
A new instance of LegReturnRatePriceSequence.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRatePriceSequence
Returns a new instance of LegReturnRatePriceSequence.
67658 67659 67660 67661 67662 67663 67664 |
# File 'lib/quickfix_fields.rb', line 67658 def initialize(data = nil) if( data == nil ) super(42535) else super(42535, data) end end |