Class: Quickfix::UnderlyingDeliveryScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryScheduleType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleType
constructor
A new instance of UnderlyingDeliveryScheduleType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleType
Returns a new instance of UnderlyingDeliveryScheduleType.
52903 52904 52905 52906 52907 52908 52909 |
# File 'lib/quickfix_fields.rb', line 52903 def initialize(data = nil) if( data == nil ) super(41757) else super(41757, data) end end |