Class: Quickfix::LegLastPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegLastPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLastPx
constructor
A new instance of LegLastPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegLastPx
Returns a new instance of LegLastPx.
8586 8587 8588 8589 8590 8591 8592 |
# File 'lib/quickfix_fields.rb', line 8586 def initialize(data = nil) if( data == nil ) super(637) else super(637, data) end end |
Class Method Details
.field ⇒ Object
8583 8584 8585 |
# File 'lib/quickfix_fields.rb', line 8583 def LegLastPx.field return 637 end |