Class: Quickfix::SideCollateralReinvestmentCurrencyCodeSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrencyCodeSource

Returns a new instance of SideCollateralReinvestmentCurrencyCodeSource.



78968
78969
78970
78971
78972
78973
78974
# File 'lib/quickfix_fields.rb', line 78968

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