Class: Quickfix::DeliveryScheduleSettlTotalHours

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

Returns a new instance of DeliveryScheduleSettlTotalHours.



41762
41763
41764
41765
41766
41767
41768
# File 'lib/quickfix_fields.rb', line 41762

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

Class Method Details

.fieldObject



41759
41760
41761
# File 'lib/quickfix_fields.rb', line 41759

def DeliveryScheduleSettlTotalHours.field
  return 41053
end