OrderRepresentationHelper
Package: velox.api.layer1.common.helper
Type: Class
Inheritance: java.lang.Object รขโ โ velox.api.layer1.common.helper.OrderRepresentationHelper
Nested Classesโ
OrderRepresentationHelper.PriceFormatterโ
Type: Interface
Constructorsโ
OrderRepresentationHelperโ
public OrderRepresentationHelper()
Methodsโ
textRepresentationโ
public static String textRepresentation(SimpleOrderSendParameters order, OrderRepresentationHelper.PriceFormatter formatter, double sizeMultiplier)
Converts order to string representation (can include html tags).
Parameters:
order- Order to be represented as stringformatter- Function converting price to stringsizeMultiplier- Size multiplier for order size to be displayed
Returns: String representation of the order
Methods inherited from class java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)