Class: Quickfix::SideCollateralFXRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralFXRate

Returns a new instance of SideCollateralFXRate.



75588
75589
75590
75591
75592
75593
75594
# File 'lib/quickfix_fields.rb', line 75588

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