Class: Quickfix::NoUnderlyingDeliveryScheduleSettlTimes

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

Returns a new instance of NoUnderlyingDeliveryScheduleSettlTimes.



53111
53112
53113
53114
53115
53116
53117
# File 'lib/quickfix_fields.rb', line 53111

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

Class Method Details

.fieldObject



53108
53109
53110
# File 'lib/quickfix_fields.rb', line 53108

def NoUnderlyingDeliveryScheduleSettlTimes.field
	return 41773
end