Class: Quickfix::NoContractualMatrices

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoContractualMatrices

Returns a new instance of NoContractualMatrices.



27852
27853
27854
27855
27856
27857
27858
# File 'lib/quickfix_fields.rb', line 27852

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