Class: Quickfix::SettledEntityMatrixSource

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

Instance Method Summary collapse

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