Class: Quickfix::SettledEntityMatrixSource

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

Returns a new instance of SettledEntityMatrixSource.



25460
25461
25462
25463
25464
25465
25466
# File 'lib/quickfix_fields.rb', line 25460

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

Class Method Details

.fieldObject



25457
25458
25459
# File 'lib/quickfix_fields.rb', line 25457

def SettledEntityMatrixSource.field
	return 1944
end