Class: Quickfix::PegDifference
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PegDifference
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegDifference
constructor
A new instance of PegDifference.
Constructor Details
#initialize(data = nil) ⇒ PegDifference
Returns a new instance of PegDifference.
5596 5597 5598 5599 5600 5601 5602 |
# File 'lib/quickfix_fields.rb', line 5596 def initialize(data = nil) if( data == nil ) super(211) else super(211, data) end end |
Class Method Details
.field ⇒ Object
5593 5594 5595 |
# File 'lib/quickfix_fields.rb', line 5593 def PegDifference.field return 211 end |