Class: Quickfix::UnderlyingReturnRateCommissionCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateCommissionCurrency

Returns a new instance of UnderlyingReturnRateCommissionCurrency.



74431
74432
74433
74434
74435
74436
74437
# File 'lib/quickfix_fields.rb', line 74431

def initialize(data = nil)
  if( data == nil )
    super(43038)
  else
    super(43038, data)
  end
end