Class: Quickfix::DeliveryStreamTotalNegativeTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DeliveryStreamTotalNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamTotalNegativeTolerance
constructor
A new instance of DeliveryStreamTotalNegativeTolerance.
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamTotalNegativeTolerance
Returns a new instance of DeliveryStreamTotalNegativeTolerance.
42087 42088 42089 42090 42091 42092 42093 |
# File 'lib/quickfix_fields.rb', line 42087 def initialize(data = nil) if( data == nil ) super(41077) else super(41077, data) end end |