我目前以下列方式使用BDS:
=BDS("FDS US Equity","TOP_20_HOLDERS_PUBLIC_FILINGS","cols=10;rows=20")
Run Code Online (Sandbox Code Playgroud)
我有BBG VBA类模块,具有以下功能:
Public Function ReferenceDataRequest(security As String, fields() As String) As Variant
Public Function HistoricalDataRequest(securities() As String, fields() As String, startDate As String, endDate As String, periodicity As String, nonTradingDayFillOption As String, nonTradingDayFillValue As String) As Variant
Public Function IntradayTickRequest(security As String, startDate As String, endDate As String, eventTypes() As String) As Variant
Public Function IntradayBarRequest(security As String, startDate As String, endDate As String, eventType As String, interval As Integer) As Variant
Run Code Online (Sandbox Code Playgroud)
我无法弄清楚使用哪个功能以及使用什么参数.
救命!