Class: Quickfix::DeliveryScheduleSettlEnd

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleSettlEnd

Returns a new instance of DeliveryScheduleSettlEnd.



41801
41802
41803
41804
41805
41806
41807
# File 'lib/quickfix_fields.rb', line 41801

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

Class Method Details

.fieldObject



41798
41799
41800
# File 'lib/quickfix_fields.rb', line 41798

def DeliveryScheduleSettlEnd.field
	return 41056
end