Class: Quickfix::LegDeliveryStreamDeliveryPointDesc

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

Returns a new instance of LegDeliveryStreamDeliveryPointDesc.



57076
57077
57078
57079
57080
57081
57082
# File 'lib/quickfix_fields.rb', line 57076

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

Class Method Details

.fieldObject



57073
57074
57075
# File 'lib/quickfix_fields.rb', line 57073

def LegDeliveryStreamDeliveryPointDesc.field
	return 42195
end