Class: Quickfix::TriggerNewPrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ TriggerNewPrice

Returns a new instance of TriggerNewPrice.



134896
134897
134898
134899
134900
134901
134902
# File 'ext/quickfix/QuickfixRuby.cpp', line 134896

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

Class Method Details

.fieldObject



14693
14694
14695
# File 'lib/quickfix_fields.rb', line 14693

def TriggerNewPrice.field
	return 1110
end