Class: Quickfix::StopPx

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

Returns a new instance of StopPx.



35838
35839
35840
35841
35842
35843
35844
# File 'ext/quickfix/QuickfixRuby.cpp', line 35838

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

Class Method Details

.fieldObject



1758
1759
1760
# File 'lib/quickfix_fields.rb', line 1758

def StopPx.field
	return 99
end