|
From: Toli K. <to...@ma...> - 2006-10-23 20:13:34
|
Alvin, > Steve, where can I find the javadoc? I know quickfix/j has added some new > classes. the javadoc is here: http://www.quickfixj.com/quickfixj/javadoc/ > BTW, Is there a way that I can specify my own database name rather than the > default db name quickfix if I use JDBC? For JDBC, you can specify the DB name for the JdbcLog using these params: JbcDriver=com.mysql.jdbc.Driver JdbcURL=jdbc:mysql://localhost/marketcetera_rails JdbcUser=marketcetera JdbcPassword=marketcetera (see http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/oms/src/main/resources/oms.properties#L54 for example) The table name (messages_log and event_log) are hardcoded for now though. hope this helps. toli |