Class: Quickfix::PayCollectFXRateCalc

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) ⇒ PayCollectFXRateCalc

Returns a new instance of PayCollectFXRateCalc.



40332
40333
40334
40335
40336
40337
40338
# File 'lib/quickfix_fields.rb', line 40332

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

Class Method Details

.fieldObject



40329
40330
40331
# File 'lib/quickfix_fields.rb', line 40329

def PayCollectFXRateCalc.field
	return 2095
end