Class: Quickfix::UnderlyingPriceQuoteCurrencyCodeSource

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) ⇒ UnderlyingPriceQuoteCurrencyCodeSource

Returns a new instance of UnderlyingPriceQuoteCurrencyCodeSource.



78812
78813
78814
78815
78816
78817
78818
# File 'lib/quickfix_fields.rb', line 78812

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

Class Method Details

.fieldObject



78809
78810
78811
# File 'lib/quickfix_fields.rb', line 78809

def UnderlyingPriceQuoteCurrencyCodeSource.field
  return 2920
end