Class: Quickfix::InstrumentScopeOperator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeOperator

Returns a new instance of InstrumentScopeOperator.



20637
20638
20639
20640
20641
20642
20643
# File 'lib/quickfix_fields.rb', line 20637

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

Class Method Details

.fieldObject



20634
20635
20636
# File 'lib/quickfix_fields.rb', line 20634

def InstrumentScopeOperator.field
	return 1535
end