Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointDesc

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

Returns a new instance of UnderlyingDeliveryStreamDeliveryPointDesc.



57154
57155
57156
57157
57158
57159
57160
# File 'lib/quickfix_fields.rb', line 57154

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

Class Method Details

.fieldObject



57151
57152
57153
# File 'lib/quickfix_fields.rb', line 57151

def UnderlyingDeliveryStreamDeliveryPointDesc.field
	return 42197
end