Class: Quickfix::DeliveryScheduleXID

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

Returns a new instance of DeliveryScheduleXID.



41580
41581
41582
41583
41584
41585
41586
# File 'lib/quickfix_fields.rb', line 41580

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

Class Method Details

.fieldObject



41577
41578
41579
# File 'lib/quickfix_fields.rb', line 41577

def DeliveryScheduleXID.field
  return 41039
end