Class: Quickfix::TriggerSymbol

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ TriggerSymbol

Returns a new instance of TriggerSymbol.



134210
134211
134212
134213
134214
134215
134216
# File 'ext/quickfix/QuickfixRuby.cpp', line 134210

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

Class Method Details

.fieldObject



14602
14603
14604
# File 'lib/quickfix_fields.rb', line 14602

def TriggerSymbol.field
	return 1103
end