Beispiel #1
0
 private void OnMarginInformationMsg(BitfinexMarginInfoResponse marginInfoResponse)
 {
 }
 protected virtual void OnMarginInformationMsg(BitfinexMarginInfoResponse marginInfoResponse)
 {
     MarginInformationMsg?.Invoke(this, new MarginInformationMsgEventArgs(marginInfoResponse));
 }
 protected virtual void OnMarginInformationMsg(BitfinexMarginInfoResponse marginInfoResponse)
 {
 }
 public MarginInformationMsgEventArgs(BitfinexMarginInfoResponse marginInfoResponse)
 {
     MarginInfoResponse = marginInfoResponse;
 }