Class: Quickfix::TradingCurrencyCodeSource

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

Returns a new instance of TradingCurrencyCodeSource.



78994
78995
78996
78997
78998
78999
79000
# File 'lib/quickfix_fields.rb', line 78994

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

Class Method Details

.fieldObject



78991
78992
78993
# File 'lib/quickfix_fields.rb', line 78991

def TradingCurrencyCodeSource.field
  return 2934
end