Class: Quickfix::DeliveryScheduleSettlCountry

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

Returns a new instance of DeliveryScheduleSettlCountry.



41684
41685
41686
41687
41688
41689
41690
# File 'lib/quickfix_fields.rb', line 41684

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

Class Method Details

.fieldObject



41681
41682
41683
# File 'lib/quickfix_fields.rb', line 41681

def DeliveryScheduleSettlCountry.field
  return 41047
end