Class: Quickfix::NoUnderlyingReturnRates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingReturnRates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRates
constructor
A new instance of NoUnderlyingReturnRates.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRates
Returns a new instance of NoUnderlyingReturnRates.
74379 74380 74381 74382 74383 74384 74385 |
# File 'lib/quickfix_fields.rb', line 74379 def initialize(data = nil) if( data == nil ) super(43034) else super(43034, data) end end |