Class: Quickfix::LegContractualMatrixTerm

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

Returns a new instance of LegContractualMatrixTerm.



61236
61237
61238
61239
61240
61241
61242
# File 'lib/quickfix_fields.rb', line 61236

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

Class Method Details

.fieldObject



61233
61234
61235
# File 'lib/quickfix_fields.rb', line 61233

def LegContractualMatrixTerm.field
	return 42206
end