Class MarketDataMessage
java.lang.Object
net.jacobpeterson.alpaca.model.endpoint.marketdata.realtime.MarketDataMessage
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ErrorMessage
,SubscriptionsMessage
,SuccessMessage
,SymbolMessage
@Generated("jsonschema2pojo") public class MarketDataMessage extends Object implements Serializable
See Real-time Data.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MarketDataMessage()
No args constructor for use in serializationMarketDataMessage(MarketDataMessageType messageType)
MarketDataMessage(MarketDataMessage source)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object other)
MarketDataMessageType
getMessageType()
int
hashCode()
void
setMessageType(MarketDataMessageType messageType)
String
toString()
-
Constructor Details
-
MarketDataMessage
public MarketDataMessage()No args constructor for use in serialization -
MarketDataMessage
- Parameters:
source
-
-
MarketDataMessage
- Parameters:
messageType
-
-
-
Method Details
-
getMessageType
TheMarketDataMessageType
.Corresponds to the "T" property.
-
setMessageType
TheMarketDataMessageType
.Corresponds to the "T" property.
-
toString
-
hashCode
public int hashCode() -
equals
-