Class: Quickfix::SettlCurrFxRateCalc

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

Returns a new instance of SettlCurrFxRateCalc.



2437
2438
2439
2440
2441
2442
2443
# File 'lib/quickfix_fields.rb', line 2437

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

Class Method Details

.fieldObject



2434
2435
2436
# File 'lib/quickfix_fields.rb', line 2434

def SettlCurrFxRateCalc.field
	return 156
end