Class: Quickfix::LowPx

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

Returns a new instance of LowPx.



53650
53651
53652
53653
53654
53655
53656
# File 'ext/quickfix/QuickfixRuby.cpp', line 53650

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

Class Method Details

.fieldObject



4098
4099
4100
# File 'lib/quickfix_fields.rb', line 4098

def LowPx.field
	return 333
end