Class: Quickfix::ReturnRateCommissionCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateCommissionCurrency

Returns a new instance of ReturnRateCommissionCurrency.



70284
70285
70286
70287
70288
70289
70290
# File 'lib/quickfix_fields.rb', line 70284

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