emdn initial
This commit is contained in:
14
utils/src/test/java/ru/trader/emdn/EMDNTest.java
Normal file
14
utils/src/test/java/ru/trader/emdn/EMDNTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package ru.trader.emdn;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class EMDNTest extends Assert {
|
||||
private final static EMDN markettool = new EMDN("tcp://firehose.elite-market-data.net:9050");
|
||||
|
||||
@Test
|
||||
public void testGetData() throws Exception {
|
||||
markettool.getData();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user