Class: Quickfix::FillPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FillPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillPx
constructor
A new instance of FillPx.
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 |