Class: Quickfix::UnderlyingDeliveryStreamTitleTransferLocation

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTitleTransferLocation

Returns a new instance of UnderlyingDeliveryStreamTitleTransferLocation.



53306
53307
53308
53309
53310
53311
53312
# File 'lib/quickfix_fields.rb', line 53306

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