Class: Quickfix::ContractualMatrixSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ContractualMatrixSource

Returns a new instance of ContractualMatrixSource.



27865
27866
27867
27868
27869
27870
27871
# File 'lib/quickfix_fields.rb', line 27865

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

Class Method Details

.fieldObject



27862
27863
27864
# File 'lib/quickfix_fields.rb', line 27862

def ContractualMatrixSource.field
	return 40043
end