Class: Quickfix::UnderlyingProvisionCashSettlMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlMethod

Returns a new instance of UnderlyingProvisionCashSettlMethod.



59988
59989
59990
59991
59992
59993
59994
# File 'lib/quickfix_fields.rb', line 59988

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