Package org.marketcetera.trade
Interface Report
-
- All Known Subinterfaces:
MutableReport
public interface ReportRepresents a report object received as part of a trade flow.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsergetActor()Get the actor value.UserIDgetActorID()Gets the actor id of the report.BrokerIDgetBrokerID()Get the brokerID value.StringgetFixMessage()Get the fixMessage value.HierarchygetHierarchy()Get the hierarchy value.intgetMsgSeqNum()Get the msgSeqNum value.OrderIDgetOrderID()Get the orderID value.OriginatorgetOriginator()Get the originator value.ReportIDgetReportID()Get the reportID value.ReportTypegetReportType()Get the reportType value.DategetSendingTime()Get the sendingTime value.quickfix.SessionIDgetSessionId()Get the sessionId value.StringgetText()Get the text value.DategetTransactTime()Get the transactTime value.UsergetViewer()Get the viewer value.UserIDgetViewerID()Gets the viewer id of the report.
-
-
-
Method Detail
-
getActorID
UserID getActorID()
Gets the actor id of the report.- Returns:
- a
UserIDvalue ornull
-
getViewerID
UserID getViewerID()
Gets the viewer id of the report.- Returns:
- a
UserIDvalue ornull
-
getOrderID
OrderID getOrderID()
Get the orderID value.- Returns:
- an
OrderIDvalue
-
getActor
User getActor()
Get the actor value.- Returns:
- a
Uservalue
-
getViewer
User getViewer()
Get the viewer value.- Returns:
- a
Uservalue
-
getFixMessage
String getFixMessage()
Get the fixMessage value.- Returns:
- a
Stringvalue
-
getSessionId
quickfix.SessionID getSessionId()
Get the sessionId value.- Returns:
- a
SessionIDvalue
-
getMsgSeqNum
int getMsgSeqNum()
Get the msgSeqNum value.- Returns:
- an
intvalue
-
getSendingTime
Date getSendingTime()
Get the sendingTime value.- Returns:
- a
Datevalue
-
getTransactTime
Date getTransactTime()
Get the transactTime value.- Returns:
- a
Datevalue
-
getReportType
ReportType getReportType()
Get the reportType value.- Returns:
- a
ReportTypevalue
-
getBrokerID
BrokerID getBrokerID()
Get the brokerID value.- Returns:
- a
BrokerIDvalue
-
getReportID
ReportID getReportID()
Get the reportID value.- Returns:
- a
ReportIDvalue
-
getOriginator
Originator getOriginator()
Get the originator value.- Returns:
- an
Originatorvalue
-
getHierarchy
Hierarchy getHierarchy()
Get the hierarchy value.- Returns:
- a
Hierarchyvalue
-
getText
String getText()
Get the text value.- Returns:
- a
Stringvalue
-
-