Class: Quickfix::LegDeliveryStreamTitleTransferLocation

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

Returns a new instance of LegDeliveryStreamTitleTransferLocation.



48405
48406
48407
48408
48409
48410
48411
# File 'lib/quickfix_fields.rb', line 48405

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

Class Method Details

.fieldObject



48402
48403
48404
# File 'lib/quickfix_fields.rb', line 48402

def LegDeliveryStreamTitleTransferLocation.field
	return 41439
end