Class: Quickfix::UnderlyingDeliveryStreamDeliveryPoint

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

Returns a new instance of UnderlyingDeliveryStreamDeliveryPoint.



53215
53216
53217
53218
53219
53220
53221
# File 'lib/quickfix_fields.rb', line 53215

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

Class Method Details

.fieldObject



53212
53213
53214
# File 'lib/quickfix_fields.rb', line 53212

def UnderlyingDeliveryStreamDeliveryPoint.field
	return 41781
end