Class: Quickfix::UnderlyingPriceUnitOfMeasureCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureCurrency

Returns a new instance of UnderlyingPriceUnitOfMeasureCurrency.



22743
22744
22745
22746
22747
22748
22749
# File 'lib/quickfix_fields.rb', line 22743

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