Class: Quickfix::UnderlyingDeliveryScheduleSettlCountry
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryScheduleSettlCountry
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlCountry
constructor
A new instance of UnderlyingDeliveryScheduleSettlCountry.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlCountry
Returns a new instance of UnderlyingDeliveryScheduleSettlCountry.
53020 53021 53022 53023 53024 53025 53026 |
# File 'lib/quickfix_fields.rb', line 53020 def initialize(data = nil) if( data == nil ) super(41766) else super(41766, data) end end |