NbboEvent
Package: velox.api.layer1.messages
Type: Class
Inheritance: java.lang.Object → velox.api.layer1.messages.NbboEvent
All Implemented Interfaces: velox.api.layer1.messages.Layer1ApiIgnorableUpwardMessage
Fields​
alias​
public final String alias
isBid​
public final boolean isBid
price​
public final double price
exchange​
public final String exchange
Constructors​
NbboEvent​
public NbboEvent(String alias, boolean isBid, double price, String exchange)
NbboEvent​
public NbboEvent(String alias, NbboEvent event)
Methods Inherited​
From class java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)