Class: Quickfix::TriggerScope

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

Returns a new instance of TriggerScope.



20013
20014
20015
20016
20017
20018
20019
# File 'lib/quickfix_fields.rb', line 20013

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

Class Method Details

.fieldObject



20010
20011
20012
# File 'lib/quickfix_fields.rb', line 20010

def TriggerScope.field
	return 1628
end