Class: Quickfix::MarginAmtFXRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarginAmtFXRate

Returns a new instance of MarginAmtFXRate.



40241
40242
40243
40244
40245
40246
40247
# File 'lib/quickfix_fields.rb', line 40241

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