Class: Quickfix::SideCollateralCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralCurrencyCodeSource

Returns a new instance of SideCollateralCurrencyCodeSource.



78942
78943
78944
78945
78946
78947
78948
# File 'lib/quickfix_fields.rb', line 78942

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