Class: Quickfix::LegUnitOfMeasureCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegUnitOfMeasureCurrency

Returns a new instance of LegUnitOfMeasureCurrency.



22756
22757
22758
22759
22760
22761
22762
# File 'lib/quickfix_fields.rb', line 22756

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