Class: Quickfix::UnderlyingDeliveryScheduleSettlTotalHours

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

Returns a new instance of UnderlyingDeliveryScheduleSettlTotalHours.



53098
53099
53100
53101
53102
53103
53104
# File 'lib/quickfix_fields.rb', line 53098

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

Class Method Details

.fieldObject



53095
53096
53097
# File 'lib/quickfix_fields.rb', line 53095

def UnderlyingDeliveryScheduleSettlTotalHours.field
  return 41772
end