Class: Quickfix::UnderlyingPriceUnitOfMeasureCurrencyCodeSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureCurrencyCodeSource

Returns a new instance of UnderlyingPriceUnitOfMeasureCurrencyCodeSource.



78799
78800
78801
78802
78803
78804
78805
# File 'lib/quickfix_fields.rb', line 78799

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

Class Method Details

.fieldObject



78796
78797
78798
# File 'lib/quickfix_fields.rb', line 78796

def UnderlyingPriceUnitOfMeasureCurrencyCodeSource.field
  return 2919
end