Class: Quickfix::UnderlyingDeliveryScheduleSettlTimeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlTimeType

Returns a new instance of UnderlyingDeliveryScheduleSettlTimeType.



53150
53151
53152
53153
53154
53155
53156
# File 'lib/quickfix_fields.rb', line 53150

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