Class: Quickfix::FillPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::FillPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillPx
constructor
A new instance of FillPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ FillPx
Returns a new instance of FillPx.
18128 18129 18130 18131 18132 18133 18134 |
# File 'lib/quickfix_fields.rb', line 18128 def initialize(data = nil) if( data == nil ) super(1364) else super(1364, data) end end |
Class Method Details
.field ⇒ Object
18125 18126 18127 |
# File 'lib/quickfix_fields.rb', line 18125 def FillPx.field return 1364 end |