Class: Quickfix::TriggerPrice

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

Returns a new instance of TriggerPrice.



134112
134113
134114
134115
134116
134117
134118
# File 'ext/quickfix/QuickfixRuby.cpp', line 134112

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

Class Method Details

.fieldObject



14589
14590
14591
# File 'lib/quickfix_fields.rb', line 14589

def TriggerPrice.field
	return 1102
end