public class DailyOpenCloseTrade
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DailyOpenCloseTrade()
No args constructor for use in serialization
|
DailyOpenCloseTrade(java.lang.Integer condition1,
java.lang.Integer condition2,
java.lang.Integer condition3,
java.lang.Integer condition4,
java.lang.Integer exchange,
java.lang.Double price,
java.lang.Integer size,
java.time.ZonedDateTime timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Integer |
getCondition1()
Condition 1 of this trade
|
java.lang.Integer |
getCondition2()
Condition 2 of this trade
|
java.lang.Integer |
getCondition3()
Condition 3 of this trade
|
java.lang.Integer |
getCondition4()
Condition 4 of this trade
|
java.lang.Integer |
getExchange()
The exchange this trade happened on
|
java.lang.Double |
getPrice()
Price of the trade
|
java.lang.Integer |
getSize()
Size of the trade
|
java.time.ZonedDateTime |
getTimestamp()
Timestamp of this trade
|
int |
hashCode() |
void |
setCondition1(java.lang.Integer condition1)
Condition 1 of this trade
|
void |
setCondition2(java.lang.Integer condition2)
Condition 2 of this trade
|
void |
setCondition3(java.lang.Integer condition3)
Condition 3 of this trade
|
void |
setCondition4(java.lang.Integer condition4)
Condition 4 of this trade
|
void |
setExchange(java.lang.Integer exchange)
The exchange this trade happened on
|
void |
setPrice(java.lang.Double price)
Price of the trade
|
void |
setSize(java.lang.Integer size)
Size of the trade
|
void |
setTimestamp(java.time.ZonedDateTime timestamp)
Timestamp of this trade
|
java.lang.String |
toString() |
public DailyOpenCloseTrade()
public DailyOpenCloseTrade(java.lang.Integer condition1, java.lang.Integer condition2, java.lang.Integer condition3, java.lang.Integer condition4, java.lang.Integer exchange, java.lang.Double price, java.lang.Integer size, java.time.ZonedDateTime timestamp)
condition1
- condition2
- size
- price
- exchange
- condition3
- condition4
- timestamp
- public java.lang.Integer getCondition1()
public void setCondition1(java.lang.Integer condition1)
public java.lang.Integer getCondition2()
public void setCondition2(java.lang.Integer condition2)
public java.lang.Integer getCondition3()
public void setCondition3(java.lang.Integer condition3)
public java.lang.Integer getCondition4()
public void setCondition4(java.lang.Integer condition4)
public java.lang.Integer getExchange()
public void setExchange(java.lang.Integer exchange)
public java.lang.Double getPrice()
public void setPrice(java.lang.Double price)
public java.lang.Integer getSize()
public void setSize(java.lang.Integer size)
public java.time.ZonedDateTime getTimestamp()
public void setTimestamp(java.time.ZonedDateTime timestamp)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object