Class: Quickfix::CollateralCurrencyCodeSource

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



78929
78930
78931
78932
78933
78934
78935
# File 'lib/quickfix_fields.rb', line 78929

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

Class Method Details

.fieldObject



78926
78927
78928
# File 'lib/quickfix_fields.rb', line 78926

def CollateralCurrencyCodeSource.field
  return 2929
end