Class: Quickfix::MatchRuleProductComplex

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

Returns a new instance of MatchRuleProductComplex.



62406
62407
62408
62409
62410
62411
62412
# File 'lib/quickfix_fields.rb', line 62406

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

Class Method Details

.fieldObject



62403
62404
62405
# File 'lib/quickfix_fields.rb', line 62403

def MatchRuleProductComplex.field
	return 2569
end