Class: Quickfix::UnderlyingDeliveryStreamToleranceOptionSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryStreamToleranceOptionSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceOptionSide
constructor
A new instance of UnderlyingDeliveryStreamToleranceOptionSide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceOptionSide
Returns a new instance of UnderlyingDeliveryStreamToleranceOptionSide.
53397 53398 53399 53400 53401 53402 53403 |
# File 'lib/quickfix_fields.rb', line 53397 def initialize(data = nil) if( data == nil ) super(41794) else super(41794, data) end end |