Class: Quickfix::LegLastPx

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

Returns a new instance of LegLastPx.



87414
87415
87416
87417
87418
87419
87420
# File 'ext/quickfix/QuickfixRuby.cpp', line 87414

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

Class Method Details

.fieldObject



8440
8441
8442
# File 'lib/quickfix_fields.rb', line 8440

def LegLastPx.field
	return 637
end