Class: Quickfix::TriggerPriceType

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

Returns a new instance of TriggerPriceType.



134602
134603
134604
134605
134606
134607
134608
# File 'ext/quickfix/QuickfixRuby.cpp', line 134602

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

Class Method Details

.fieldObject



14654
14655
14656
# File 'lib/quickfix_fields.rb', line 14654

def TriggerPriceType.field
	return 1107
end