Class: Quickfix::ProvisionCashSettlMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



28707
28708
28709
# File 'lib/quickfix_fields.rb', line 28707

def ProvisionCashSettlMethod.field
	return 40108
end