Class: Quickfix::LastSwapPoints
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastSwapPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastSwapPoints
constructor
A new instance of LastSwapPoints.
Constructor Details
#initialize(data = nil) ⇒ LastSwapPoints
Returns a new instance of LastSwapPoints.
18219 18220 18221 18222 18223 18224 18225 |
# File 'lib/quickfix_fields.rb', line 18219 def initialize(data = nil) if( data == nil ) super(1071) else super(1071, data) end end |
Class Method Details
.field ⇒ Object
18216 18217 18218 |
# File 'lib/quickfix_fields.rb', line 18216 def LastSwapPoints.field return 1071 end |