Class: Quickfix::LastParPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastParPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastParPx
constructor
A new instance of LastParPx.
Constructor Details
#initialize(data = nil) ⇒ LastParPx
Returns a new instance of LastParPx.
4036 4037 4038 4039 4040 4041 4042 |
# File 'lib/quickfix_fields.rb', line 4036 def initialize(data = nil) if( data == nil ) super(669) else super(669, data) end end |
Class Method Details
.field ⇒ Object
4033 4034 4035 |
# File 'lib/quickfix_fields.rb', line 4033 def LastParPx.field return 669 end |