public class PythonReferenceDataServiceStub extends PythonReferenceDataService
Constructor and Description |
---|
PythonReferenceDataServiceStub() |
Modifier and Type | Method and Description |
---|---|
void |
retrieve(long securityFamilyId)
|
void |
retrieveAll()
Retrieves all reference data available by the data provider.
|
void |
retrieveStocks(long securityFamilyId,
SecurityVO securityVO)
Retrieves all
Stocks of the specified securityFamily
Retrieve here means both fetch from external service and persist into DB. |
public void retrieve(long securityFamilyId)
PythonReferenceDataService
Future
or Option
chain.
Retrieve here means both fetch from external service and persist into DB.retrieve
in class PythonReferenceDataService
public void retrieveStocks(long securityFamilyId, SecurityVO securityVO)
PythonReferenceDataService
Stocks
of the specified securityFamily
Retrieve here means both fetch from external service and persist into DB.retrieveStocks
in class PythonReferenceDataService
public void retrieveAll()
PythonReferenceDataService
retrieveAll
in class PythonReferenceDataService