Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionDo not use this class, use
Layer1ApiNotReloadedOnSettingsChangeinstead.
Although the generator will still work after restarting the addon, if you implement this interface, classloader for this generator will be closed, which could raise aClassNotFoundException
-
Deprecated ClassesClassDescriptionfor a few reasons: it's not safe to use without user code wrapping and seems not used by any add-on developers, so it's not supported any more
-
Deprecated FieldsFieldDescriptionbecause displayed name and account id should be set with
AccountInfo. UseBalanceInfo.accountIdinstead.
-
Deprecated MethodsMethodDescriptionUse
BalanceInfoBuilder.getAccountId()()} insteadUseBalanceInfoBuilder.setAccountId(String)instead
-
Deprecated ConstructorsConstructorDescriptionuse
AccountInfo(String, String, String, boolean)instead. Deprecated because id is supposed to be unique and should not be used as a summary (displayed name).becauseAccountInfoshould be used instead ofBalanceInfo.accountName. UseBalanceInfo(List, String)instead.useInstrumentInfo.BuilderinsteaduseInstrumentInfo.BuilderinsteaduseInstrumentInfo.Builderinsteadvelox.api.layer1.data.SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double) UseAbstractSingleOrderSendParametersBuilderinsteadUseAbstractSingleOrderSendParametersBuilderinsteadUseStatusInfoBuilderinsteadUseStatusInfoBuilderinsteadThis constructor does not provide the full functionalityUse
Layer1ApiSoundAlertMessage.BuilderinsteadUse
Layer1ApiSoundAlertCancelMessageinstead
-
Deprecated Enum Constants