Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Developers can update the "service reference" and fix what needs to be fixed before the actual update. Test environment: https://stage.bricknode.com/preview1/api/bfsapi.asmxNuGet: https://github.com/Bricknode/Bricknode.Soap.Sdk

 A prerelease 3.1.0 of our NuGet package is available here.

Methods

Change

Comment

CreateTradingVenue

New method

CreateMessages

New properties: SendMail, SendMailNotification

CreateInstruments

GetInstruments

UpdateInstruments

New property ExecutionInterface[]

GetTradeOrders

New properties: FilledCashAmount, FilledInstrumentAmount

CreateTradeOrders

Properties Cash and CashCurrencyCode are deprecated. These properties have been mandatory but after this release, they are not imperative. We default to the cash corresponding to the currency of the instrument. Properties will be removed in later releases.

Breaking change

CreateTradeOrders

New properties DecisionMakers and DecisionMakerWithinFirm

CreateManualExecutionInterface

The entity for the execution interface is renamed to ManualExecutionInterfaceOld, since creating execution interfaces is now possible in the CreateInstruments method.

Breaking change

...