@HowUTrade I am not getting values for UpperCircuit and LowerCircuit fields. I tried GetUpperCircuit and GetLowerCircuit functions also but no help. I set stream mode to Full stream (3) mode. Still no change.
The Upper and Lower circuit fields are not part of websocket streaming. Hence you will get 0 (default value) for these fields in 'QuotesReceivedEvent'
But, these fields are available in Quote API, so you can call GetUpperCircuit and GetLowerCircuit functions which will fetch values using Quote API call, added in the latest version.
@HowUTrade Thanks for your response. I downloaded the latest build now and installed. But I am getting "TypeInitializationException: The type initializer for 'A.' threw an exception" error.
I tried downloading and installing few times. Facing same problem.
@HowUTrade I am getting this above mentioned "TypeInitializationException" when instantiating the kite class. e.g dim myKiteObj as Kite myKiteObj = New Kite
The Upper and Lower circuit fields are not part of websocket streaming.
Hence you will get 0 (default value) for these fields in 'QuotesReceivedEvent'
But, these fields are available in Quote API, so you can call GetUpperCircuit and GetLowerCircuit functions which will fetch values using Quote API call, added in the latest version.
Thanks for your response. I downloaded the latest build now and installed. But I am getting "TypeInitializationException: The type initializer for 'A.' threw an exception" error.
I tried downloading and installing few times. Facing same problem.
Please guide me.
Thanks and Regards,
I am getting this above mentioned "TypeInitializationException" when instantiating the kite class.
e.g
dim myKiteObj as Kite
myKiteObj = New Kite
Did you rebuild your project?
Make sure all dependencies DLLs are present in your app folder.
After a system restart the problem disappeared.
Thanks for your time and care.