Class: Quickfix::UnderlyingDeliveryScheduleSettlTimeType

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

Class Method Details

.fieldObject



53147
53148
53149
# File 'lib/quickfix_fields.rb', line 53147

def UnderlyingDeliveryScheduleSettlTimeType.field
	return 41776
end