Class: Quickfix::HighPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::HighPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HighPx
constructor
A new instance of HighPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ HighPx
Returns a new instance of HighPx.
4205 4206 4207 4208 4209 4210 4211 |
# File 'lib/quickfix_fields.rb', line 4205 def initialize(data = nil) if( data == nil ) super(332) else super(332, data) end end |
Class Method Details
.field ⇒ Object
4202 4203 4204 |
# File 'lib/quickfix_fields.rb', line 4202 def HighPx.field return 332 end |