Class: Quickfix::SideCurrencyCodeSource

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

Returns a new instance of SideCurrencyCodeSource.



78565
78566
78567
78568
78569
78570
78571
# File 'lib/quickfix_fields.rb', line 78565

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

Class Method Details

.fieldObject



78562
78563
78564
# File 'lib/quickfix_fields.rb', line 78562

def SideCurrencyCodeSource.field
  return 2901
end