Class: Quickfix::TriggerOrderType

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

Returns a new instance of TriggerOrderType.



134994
134995
134996
134997
134998
134999
135000
# File 'ext/quickfix/QuickfixRuby.cpp', line 134994

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

Class Method Details

.fieldObject



14706
14707
14708
# File 'lib/quickfix_fields.rb', line 14706

def TriggerOrderType.field
	return 1111
end