Class: Quickfix::LastForwardPoints2
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastForwardPoints2
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastForwardPoints2
constructor
A new instance of LastForwardPoints2.
Constructor Details
#initialize(data = nil) ⇒ LastForwardPoints2
Returns a new instance of LastForwardPoints2.
8638 8639 8640 8641 8642 8643 8644 |
# File 'lib/quickfix_fields.rb', line 8638 def initialize(data = nil) if( data == nil ) super(641) else super(641, data) end end |