Class: Quickfix::ProductComplex

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProductComplex

Returns a new instance of ProductComplex.



12434
12435
12436
12437
12438
12439
12440
# File 'lib/quickfix_fields.rb', line 12434

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

Class Method Details

.fieldObject



12431
12432
12433
# File 'lib/quickfix_fields.rb', line 12431

def ProductComplex.field
	return 1227
end