Class: Quickfix::LegDeliveryScheduleSettlEnd

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

Returns a new instance of LegDeliveryScheduleSettlEnd.



48236
48237
48238
48239
48240
48241
48242
# File 'lib/quickfix_fields.rb', line 48236

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

Class Method Details

.fieldObject



48233
48234
48235
# File 'lib/quickfix_fields.rb', line 48233

def LegDeliveryScheduleSettlEnd.field
  return 41427
end