Class: Quickfix::PositionFXRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



40368
40369
40370
# File 'lib/quickfix_fields.rb', line 40368

def PositionFXRateCalc.field
	return 2098
end