Class: Quickfix::NoLegDeliveryScheduleSettlDays

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegDeliveryScheduleSettlDays

Returns a new instance of NoLegDeliveryScheduleSettlDays.



48171
48172
48173
48174
48175
48176
48177
# File 'lib/quickfix_fields.rb', line 48171

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

Class Method Details

.fieldObject



48168
48169
48170
# File 'lib/quickfix_fields.rb', line 48168

def NoLegDeliveryScheduleSettlDays.field
  return 41422
end