public class Quote extends Ticker
| Constructor and Description |
|---|
Quote(com.ibm.streams.operator.Tuple tuple) |
| Modifier and Type | Method and Description |
|---|---|
static Quote |
convertToTrade(com.ibm.streams.operator.Tuple tuple)
Convert a trade SPL tuple to a Quote object.
|
static com.ibm.streamsx.topology.TStream<Quote> |
getQuotes(com.ibm.streamsx.topology.spl.SPLStream tradeQuotes)
Get the stream of quotes from the SPL stream.
|
java.lang.String |
toString() |
public Quote(com.ibm.streams.operator.Tuple tuple)
public java.lang.String toString()
toString in class java.lang.Objectpublic static Quote convertToTrade(com.ibm.streams.operator.Tuple tuple)