Class: Quickfix::NoUnderlyingReturnRateFXConversions

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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