Class: Quickfix::SideCollateralReinvestmentCurrency

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

Returns a new instance of SideCollateralReinvestmentCurrency.



77915
77916
77917
77918
77919
77920
77921
# File 'lib/quickfix_fields.rb', line 77915

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

Class Method Details

.fieldObject



77912
77913
77914
# File 'lib/quickfix_fields.rb', line 77912

def SideCollateralReinvestmentCurrency.field
  return 2866
end