Class: Quickfix::CashSettlValuationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlValuationMethod

Returns a new instance of CashSettlValuationMethod.



27800
27801
27802
27803
27804
27805
27806
# File 'lib/quickfix_fields.rb', line 27800

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