Class: Quickfix::InstrumentScopeOperator

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

Instance Method Summary collapse

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