Class: Quickfix::UnderlyingCashSettlValuationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlValuationMethod

Returns a new instance of UnderlyingCashSettlValuationMethod.



58584
58585
58586
58587
58588
58589
58590
# File 'lib/quickfix_fields.rb', line 58584

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