Class: Quickfix::NoContractualDefinitions

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

Returns a new instance of NoContractualDefinitions.



27826
27827
27828
27829
27830
27831
27832
# File 'lib/quickfix_fields.rb', line 27826

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

Class Method Details

.fieldObject



27823
27824
27825
# File 'lib/quickfix_fields.rb', line 27823

def NoContractualDefinitions.field
	return 40040
end