Class: Quickfix::UnderlyingReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteMethod
constructor
A new instance of UnderlyingReturnRateQuoteMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteMethod
Returns a new instance of UnderlyingReturnRateQuoteMethod.
74509 74510 74511 74512 74513 74514 74515 |
# File 'lib/quickfix_fields.rb', line 74509 def initialize(data = nil) if( data == nil ) super(43044) else super(43044, data) end end |