Class: Quickfix::ReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteMethod
constructor
A new instance of ReturnRateQuoteMethod.
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteMethod
Returns a new instance of ReturnRateQuoteMethod.
70362 70363 70364 70365 70366 70367 70368 |
# File 'lib/quickfix_fields.rb', line 70362 def initialize(data = nil) if( data == nil ) super(42745) else super(42745, data) end end |