MamdaFundamentalHandler is an interface for applications that want to have an easy way to access fundamental equity pricing/analysis attributes, indicators and ratios. The interface defines a single callback methods for for receiving updates on fundamental data.
Name | |
---|---|
void | onFundamentals(MamdaSubscription subscription, MamdaFundamentalListener listener, MamaMsg msg, MamdaFundamentals fundamentals) Access to data from updates containing fundamental data. Method invoked when one or more of the Fundamental fields have been updated by one of the following market data events: |
void onFundamentals(
MamdaSubscription subscription,
MamdaFundamentalListener listener,
MamaMsg msg,
MamdaFundamentals fundamentals
)
Access to data from updates containing fundamental data. Method invoked when one or more of the Fundamental fields have been updated by one of the following market data events:
Parameters:
fundamentals Access to the fundamental details in the update.
Updated on 2023-03-31 at 15:30:12 +0100