Class: Quickfix::UnderlyingDeliveryScheduleSettlCountry

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



53017
53018
53019
# File 'lib/quickfix_fields.rb', line 53017

def UnderlyingDeliveryScheduleSettlCountry.field
  return 41766
end