Class: Quickfix::TriggerPriceTypeScope

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

Returns a new instance of TriggerPriceTypeScope.



134700
134701
134702
134703
134704
134705
134706
# File 'ext/quickfix/QuickfixRuby.cpp', line 134700

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

Class Method Details

.fieldObject



14667
14668
14669
# File 'lib/quickfix_fields.rb', line 14667

def TriggerPriceTypeScope.field
	return 1108
end