com.dxfeed.api.impl.delegate
Class MarketEventDelegateFactory

java.lang.Object
  extended by com.dxfeed.api.impl.delegate.MarketEventDelegateFactory
All Implemented Interfaces:
DXFeedEventDelegateFactory

public class MarketEventDelegateFactory
extends java.lang.Object
implements DXFeedEventDelegateFactory


Constructor Summary
MarketEventDelegateFactory()
           
 
Method Summary
 java.util.Collection<DXFeedEventDelegate<?>> createDelegates(com.devexperts.qd.DataRecord record)
           
 void getDataSchemeFields(DXFeedDataFieldAggregator builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketEventDelegateFactory

public MarketEventDelegateFactory()
Method Detail

getDataSchemeFields

public void getDataSchemeFields(DXFeedDataFieldAggregator builder)
Specified by:
getDataSchemeFields in interface DXFeedEventDelegateFactory

createDelegates

public java.util.Collection<DXFeedEventDelegate<?>> createDelegates(com.devexperts.qd.DataRecord record)
Specified by:
createDelegates in interface DXFeedEventDelegateFactory