Class: Quickfix::UnderlyingDeliveryScheduleSettlTotalHours

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

Instance Method Summary collapse

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