Class: Quickfix::TriggerScope

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

Instance Method Summary collapse

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