Class: Quickfix::SideCollateralCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralCurrency



75575
75576
75577
75578
75579
75580
75581
# File 'lib/quickfix_fields.rb', line 75575

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