Class: Quickfix::ProvisionCashSettlMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionCashSettlMethod

Returns a new instance of ProvisionCashSettlMethod.



28710
28711
28712
28713
28714
28715
28716
# File 'lib/quickfix_fields.rb', line 28710

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