Class: Quickfix::TriggerType

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

Returns a new instance of TriggerType.



133916
133917
133918
133919
133920
133921
133922
# File 'ext/quickfix/QuickfixRuby.cpp', line 133916

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

Class Method Details

.fieldObject



14563
14564
14565
# File 'lib/quickfix_fields.rb', line 14563

def TriggerType.field
	return 1100
end