Class: Quickfix::Triggered

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

Returns a new instance of Triggered.



23835
23836
23837
23838
23839
23840
23841
# File 'lib/quickfix_fields.rb', line 23835

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

Class Method Details

.fieldObject



23832
23833
23834
# File 'lib/quickfix_fields.rb', line 23832

def Triggered.field
	return 1823
end