Class: Quickfix::LegDeliveryScheduleXID

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

Returns a new instance of LegDeliveryScheduleXID.



48015
48016
48017
48018
48019
48020
48021
# File 'lib/quickfix_fields.rb', line 48015

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

Class Method Details

.fieldObject



48012
48013
48014
# File 'lib/quickfix_fields.rb', line 48012

def LegDeliveryScheduleXID.field
  return 41410
end