Class: Quickfix::NoDeliveryScheduleSettlTimes

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

Returns a new instance of NoDeliveryScheduleSettlTimes.



41775
41776
41777
41778
41779
41780
41781
# File 'lib/quickfix_fields.rb', line 41775

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

Class Method Details

.fieldObject



41772
41773
41774
# File 'lib/quickfix_fields.rb', line 41772

def NoDeliveryScheduleSettlTimes.field
	return 41054
end