Class: Quickfix::NoContractualMatrices

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

Class Method Details

.fieldObject



27849
27850
27851
# File 'lib/quickfix_fields.rb', line 27849

def NoContractualMatrices.field
  return 40042
end