Class: Quickfix::NoUnderlyingReturnRateFXConversions
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingReturnRateFXConversions
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateFXConversions
constructor
A new instance of NoUnderlyingReturnRateFXConversions.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateFXConversions
74327 74328 74329 74330 74331 74332 74333 |
# File 'lib/quickfix_fields.rb', line 74327 def initialize(data = nil) if( data == nil ) super(43030) else super(43030, data) end end |