Class: Quickfix::LastPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LastPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastPx
constructor
A new instance of LastPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LastPx
Returns a new instance of LastPx.
1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/quickfix_fields.rb', line 1254 def initialize(data = nil) if( data == nil ) super(31) else super(31, data) end end |
Class Method Details
.field ⇒ Object
1251 1252 1253 |
# File 'lib/quickfix_fields.rb', line 1251 def LastPx.field return 31 end |