Class: Quickfix::PositionFXRateCalc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PositionFXRateCalc

Returns a new instance of PositionFXRateCalc.



40371
40372
40373
40374
40375
40376
40377
# File 'lib/quickfix_fields.rb', line 40371

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