Class: Quickfix::ProvisionCashSettlQuoteSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionCashSettlQuoteSource

Returns a new instance of ProvisionCashSettlQuoteSource.



28762
28763
28764
28765
28766
28767
28768
# File 'lib/quickfix_fields.rb', line 28762

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