Class: Quickfix::PrevClosePx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PrevClosePx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PrevClosePx
constructor
A new instance of PrevClosePx.
Constructor Details
#initialize(data = nil) ⇒ PrevClosePx
Returns a new instance of PrevClosePx.
2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/quickfix_fields.rb', line 2294 def initialize(data = nil) if( data == nil ) super(140) else super(140, data) end end |