Class: Quickfix::LegContractualMatrixSource

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

Class Method Details

.fieldObject



61220
61221
61222
# File 'lib/quickfix_fields.rb', line 61220

def LegContractualMatrixSource.field
	return 42204
end