Class: Quickfix::CollateralReinvestmentCurrency

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

Returns a new instance of CollateralReinvestmentCurrency.



77616
77617
77618
77619
77620
77621
77622
# File 'lib/quickfix_fields.rb', line 77616

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

Class Method Details

.fieldObject



77613
77614
77615
# File 'lib/quickfix_fields.rb', line 77613

def CollateralReinvestmentCurrency.field
  return 2843
end