' Options: 'Date: 2026-04-05 18:26:52 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://internal.thebunkerbridge.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetETSDailyPriceChange.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Web.Mvc Imports Bridge.Private.Api.DTO Imports Bridge.Core.ViewModels Namespace Global Namespace Bridge.Core.ViewModels Public Partial Class GetETSExternalDailyPriceChangeViewModel Public Overridable Property Id As Integer Public Overridable Property [Date] As Date Public Overridable Property PreviousClose As Double Public Overridable Property ClosePrice As Double Public Overridable Property PercentageChange As Double Public Overridable Property EuroChange As Double End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class GetETSDailyPriceChange Implements IReturn(Of GetETSExternalDailyPriceChangeViewModel) End Class End Namespace End Namespace