bloomberg / blpapi-node

Bloomberg Open API module for node.js
http://www.bloomberglabs.com/api/about/
Other
246 stars 50 forks source link

support marshalling `CHOICE` elements #66

Closed ericvw closed 9 years ago

ericvw commented 9 years ago

This change supports marshalling blpapi::Element' that are of type blpapi::DataType::CHOICEto the appropriatev8::Value` type.

Closes #53