Class: Quickfix::PrevClosePx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PrevClosePx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PrevClosePx
constructor
A new instance of PrevClosePx.
Constructor Details
#initialize(data = nil) ⇒ PrevClosePx
4075 4076 4077 4078 4079 4080 4081 |
# File 'lib/quickfix_fields.rb', line 4075 def initialize(data = nil) if( data == nil ) super(140) else super(140, data) end end |
Class Method Details
.field ⇒ Object
4072 4073 4074 |
# File 'lib/quickfix_fields.rb', line 4072 def PrevClosePx.field return 140 end |