|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.fixpusher.control.FIXConnector
public class FIXConnector
The Class FIXConnector.
| Constructor Summary | |
|---|---|
FIXConnector(FIXProperties fixProperties,
LogTableModel logTableModel)
Instantiates a new fIX connector. |
|
| Method Summary | |
|---|---|
void |
addFIXConnectionListener(FIXConnectionListener fixConnectionListener)
Adds the fix connection listener. |
void |
connect()
Connect. |
void |
disconnect()
Disconnect. |
void |
fromAdmin(quickfix.Message msg,
quickfix.SessionID arg1)
|
void |
fromApp(quickfix.Message arg0,
quickfix.SessionID arg1)
|
void |
onCreate(quickfix.SessionID arg0)
|
void |
onLogon(quickfix.SessionID arg0)
|
void |
onLogout(quickfix.SessionID arg0)
|
void |
removeFIXConnectionListener(FIXConnectionListener fixConnectionListener)
Removes the fix connection listener. |
void |
send(quickfix.Message message)
Send. |
void |
sendMessage(quickfix.Message message)
Send message. |
void |
toAdmin(quickfix.Message msg,
quickfix.SessionID sessionID)
|
void |
toApp(quickfix.Message arg0,
quickfix.SessionID arg1)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXConnector(FIXProperties fixProperties,
LogTableModel logTableModel)
fixProperties - the fix propertieslogTableModel - the log table model| Method Detail |
|---|
public void addFIXConnectionListener(FIXConnectionListener fixConnectionListener)
fixConnectionListener - the fix connection listener
public void connect()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic void disconnect()
public void fromAdmin(quickfix.Message msg,
quickfix.SessionID arg1)
throws quickfix.FieldNotFound,
quickfix.IncorrectDataFormat,
quickfix.IncorrectTagValue,
quickfix.RejectLogon
fromAdmin in interface quickfix.Applicationquickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.RejectLogon
public void fromApp(quickfix.Message arg0,
quickfix.SessionID arg1)
throws quickfix.FieldNotFound,
quickfix.IncorrectDataFormat,
quickfix.IncorrectTagValue,
quickfix.UnsupportedMessageType
fromApp in interface quickfix.Applicationquickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.UnsupportedMessageTypepublic void onCreate(quickfix.SessionID arg0)
onCreate in interface quickfix.Applicationpublic void onLogon(quickfix.SessionID arg0)
onLogon in interface quickfix.Applicationpublic void onLogout(quickfix.SessionID arg0)
onLogout in interface quickfix.Applicationpublic void removeFIXConnectionListener(FIXConnectionListener fixConnectionListener)
fixConnectionListener - the fix connection listenerpublic void send(quickfix.Message message)
message - the messagepublic void sendMessage(quickfix.Message message)
message - the message
public void toAdmin(quickfix.Message msg,
quickfix.SessionID sessionID)
toAdmin in interface quickfix.Application
public void toApp(quickfix.Message arg0,
quickfix.SessionID arg1)
throws quickfix.DoNotSend
toApp in interface quickfix.Applicationquickfix.DoNotSend
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||