Class: Quickfix::ProvisionCashSettlQuoteType

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) ⇒ ProvisionCashSettlQuoteType

Returns a new instance of ProvisionCashSettlQuoteType.



28749
28750
28751
28752
28753
28754
28755
# File 'lib/quickfix_fields.rb', line 28749

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

Class Method Details

.fieldObject



28746
28747
28748
# File 'lib/quickfix_fields.rb', line 28746

def ProvisionCashSettlQuoteType.field
	return 40111
end