Class: Quickfix::CollateralReinvestmentCurrencyCodeSource

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

Returns a new instance of CollateralReinvestmentCurrencyCodeSource.



78955
78956
78957
78958
78959
78960
78961
# File 'lib/quickfix_fields.rb', line 78955

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

Class Method Details

.fieldObject



78952
78953
78954
# File 'lib/quickfix_fields.rb', line 78952

def CollateralReinvestmentCurrencyCodeSource.field
  return 2931
end