Class: Quickfix::UnderlyingDeliveryScheduleXID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID
constructor
A new instance of UnderlyingDeliveryScheduleXID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID
Returns a new instance of UnderlyingDeliveryScheduleXID.
52916 52917 52918 52919 52920 52921 52922 |
# File 'lib/quickfix_fields.rb', line 52916 def initialize(data = nil) if( data == nil ) super(41758) else super(41758, data) end end |