Class: Quickfix::LastParPx

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

Returns a new instance of LastParPx.



92216
92217
92218
92219
92220
92221
92222
# File 'ext/quickfix/QuickfixRuby.cpp', line 92216

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

Class Method Details

.fieldObject



9077
9078
9079
# File 'lib/quickfix_fields.rb', line 9077

def LastParPx.field
	return 669
end