Class: Quickfix::DeliveryScheduleXID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliveryScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleXID
constructor
A new instance of DeliveryScheduleXID.
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleXID
Returns a new instance of DeliveryScheduleXID.
41580 41581 41582 41583 41584 41585 41586 |
# File 'lib/quickfix_fields.rb', line 41580 def initialize(data = nil) if( data == nil ) super(41039) else super(41039, data) end end |