Class: Quickfix::LegDeliveryStreamEntryPoint

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

Returns a new instance of LegDeliveryStreamEntryPoint.



48288
48289
48290
48291
48292
48293
48294
# File 'lib/quickfix_fields.rb', line 48288

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

Class Method Details

.fieldObject



48285
48286
48287
# File 'lib/quickfix_fields.rb', line 48285

def LegDeliveryStreamEntryPoint.field
	return 41431
end