Class: Quickfix::ReturnRatePriceSequence
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ReturnRatePriceSequence
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRatePriceSequence
constructor
A new instance of ReturnRatePriceSequence.
Constructor Details
#initialize(data = nil) ⇒ ReturnRatePriceSequence
70245 70246 70247 70248 70249 70250 70251 |
# File 'lib/quickfix_fields.rb', line 70245 def initialize(data = nil) if( data == nil ) super(42736) else super(42736, data) end end |