Class: Quickfix::LegDeliveryStreamDeliveryPoint

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

Returns a new instance of LegDeliveryStreamDeliveryPoint.



48314
48315
48316
48317
48318
48319
48320
# File 'lib/quickfix_fields.rb', line 48314

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

Class Method Details

.fieldObject



48311
48312
48313
# File 'lib/quickfix_fields.rb', line 48311

def LegDeliveryStreamDeliveryPoint.field
	return 41433
end