Now using OrderId instead of Token and OrderReferenceId instead of Reference to indicate unique ids for orders provided by auction participants and auctions, respectively. Also took first steps towards breaking dependency between messages package and 'auctions' package. The auctions library should depend on the messages package but not the other way round. This will allow me to extract the messaging protocol out into a separate repository where it can be developed separately.
Now using
OrderId
instead ofToken
andOrderReferenceId
instead ofReference
to indicate unique ids for orders provided by auction participants and auctions, respectively. Also took first steps towards breaking dependency betweenmessages
package and 'auctions' package. Theauctions
library should depend on themessages
package but not the other way round. This will allow me to extract the messaging protocol out into a separate repository where it can be developed separately.