Class: Quickfix::DeliveryScheduleSettlStart

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

Returns a new instance of DeliveryScheduleSettlStart.



41788
41789
41790
41791
41792
41793
41794
# File 'lib/quickfix_fields.rb', line 41788

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

Class Method Details

.fieldObject



41785
41786
41787
# File 'lib/quickfix_fields.rb', line 41785

def DeliveryScheduleSettlStart.field
  return 41055
end