Class: Quickfix::LegContractualMatrixSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegContractualMatrixSource

Returns a new instance of LegContractualMatrixSource.



61223
61224
61225
61226
61227
61228
61229
# File 'lib/quickfix_fields.rb', line 61223

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