Class: Quickfix::NoDeliveryScheduleSettlDays

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

Returns a new instance of NoDeliveryScheduleSettlDays.



41736
41737
41738
41739
41740
41741
41742
# File 'lib/quickfix_fields.rb', line 41736

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

Class Method Details

.fieldObject



41733
41734
41735
# File 'lib/quickfix_fields.rb', line 41733

def NoDeliveryScheduleSettlDays.field
	return 41051
end