Class: Quickfix::CollateralFXRateCalc

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

Returns a new instance of CollateralFXRateCalc.



40280
40281
40282
40283
40284
40285
40286
# File 'lib/quickfix_fields.rb', line 40280

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

Class Method Details

.fieldObject



40277
40278
40279
# File 'lib/quickfix_fields.rb', line 40277

def CollateralFXRateCalc.field
	return 2091
end