Class: Quickfix::TickRuleProductComplex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TickRuleProductComplex

Returns a new instance of TickRuleProductComplex.



62432
62433
62434
62435
62436
62437
62438
# File 'lib/quickfix_fields.rb', line 62432

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