public class InstrumentBlock.EventsGroup extends Object
Constructor and Description |
---|
EventsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Calendar |
getEventDate() |
Double |
getEventPx() |
String |
getEventText() |
Long |
getEventType() |
void |
setEventDate(Calendar value) |
void |
setEventPx(Double value) |
void |
setEventText(String value) |
void |
setEventType(Long value) |
void |
toFIX(FIXFieldList l) |
public Long getEventType()
public void setEventType(Long value)
public Calendar getEventDate()
public void setEventDate(Calendar value)
public Double getEventPx()
public void setEventPx(Double value)
public String getEventText()
public void setEventText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.