Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bdp now supports 'verbose' #149

Merged
merged 3 commits into from Mar 17, 2016
Merged

bdp now supports 'verbose' #149

merged 3 commits into from Mar 17, 2016

Conversation

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Mar 17, 2016

I whipped this together in five minutes in response to #148 and it turns out we don't need it. Still useful though:

R> bdp("EJ421905 Corp", "BID_YIELD", verbose=TRUE)
ReferenceDataResponse = {
    securityData[] = {
        securityData = {
            security = "EJ421905 Corp"
            eidData[] = {
            }
            fieldExceptions[] = {
            }
            sequenceNumber = 0
            fieldData = {
                BID_YIELD = -0.021369
            }
        }
    }
}
              BID_YIELD
EJ421905 Corp -0.021369
R>
johnlaing added a commit that referenced this pull request Mar 17, 2016
bdp now supports 'verbose'
@johnlaing johnlaing merged commit 211df97 into master Mar 17, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@eddelbuettel eddelbuettel deleted the feature/bdp-verbose branch Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.