Class: Quickfix::InstrumentScopeProductComplex

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

Returns a new instance of InstrumentScopeProductComplex.



20754
20755
20756
20757
20758
20759
20760
# File 'lib/quickfix_fields.rb', line 20754

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

Class Method Details

.fieldObject



20751
20752
20753
# File 'lib/quickfix_fields.rb', line 20751

def InstrumentScopeProductComplex.field
	return 1544
end