Class: Quickfix::DeliveryStreamDeliveryPoint

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

Returns a new instance of DeliveryStreamDeliveryPoint.



41879
41880
41881
41882
41883
41884
41885
# File 'lib/quickfix_fields.rb', line 41879

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

Class Method Details

.fieldObject



41876
41877
41878
# File 'lib/quickfix_fields.rb', line 41876

def DeliveryStreamDeliveryPoint.field
	return 41062
end