Class: Quickfix::SwapPoints
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SwapPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SwapPoints
constructor
A new instance of SwapPoints.
Constructor Details
#initialize(data = nil) ⇒ SwapPoints
Returns a new instance of SwapPoints.
16737 16738 16739 16740 16741 16742 16743 |
# File 'lib/quickfix_fields.rb', line 16737 def initialize(data = nil) if( data == nil ) super(1069) else super(1069, data) end end |
Class Method Details
.field ⇒ Object
16734 16735 16736 |
# File 'lib/quickfix_fields.rb', line 16734 def SwapPoints.field return 1069 end |