Class: Quickfix::LegDeliveryScheduleSettlCountry

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) ⇒ LegDeliveryScheduleSettlCountry

Returns a new instance of LegDeliveryScheduleSettlCountry.



48119
48120
48121
48122
48123
48124
48125
# File 'lib/quickfix_fields.rb', line 48119

def initialize(data = nil)
  if( data == nil )
    super(41418)
  else
    super(41418, data)
  end
end

Class Method Details

.fieldObject



48116
48117
48118
# File 'lib/quickfix_fields.rb', line 48116

def LegDeliveryScheduleSettlCountry.field
  return 41418
end