Class: Quickfix::TriggerAction

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TriggerAction

Returns a new instance of TriggerAction.



134014
134015
134016
134017
134018
134019
134020
# File 'ext/quickfix/QuickfixRuby.cpp', line 134014

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

Class Method Details

.fieldObject



14576
14577
14578
# File 'lib/quickfix_fields.rb', line 14576

def TriggerAction.field
	return 1101
end