Class: Quickfix::NoLegContractualMatrices

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

Returns a new instance of NoLegContractualMatrices.



61249
61250
61251
61252
61253
61254
61255
# File 'lib/quickfix_fields.rb', line 61249

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

Class Method Details

.fieldObject



61246
61247
61248
# File 'lib/quickfix_fields.rb', line 61246

def NoLegContractualMatrices.field
	return 42203
end