Class: Quickfix::CommCurrencyCodeSource

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

Returns a new instance of CommCurrencyCodeSource.



78838
78839
78840
78841
78842
78843
78844
# File 'lib/quickfix_fields.rb', line 78838

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

Class Method Details

.fieldObject



78835
78836
78837
# File 'lib/quickfix_fields.rb', line 78835

def CommCurrencyCodeSource.field
  return 2922
end