Class: Quickfix::UnderlyingDeliveryScheduleSettlCountry

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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