' Options: 'Date: 2026-04-05 18:25:16 '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: ETSPriceDayChange.* '''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 GetETSPriceDayChangeViewModel Public Overridable Property Id As Integer Public Overridable Property Today As Date Public Overridable Property PreviousClose As Double Public Overridable Property ClosePrice As Double Public Overridable Property PercentageChange As Double Public Overridable Property EURChange As Double Public Overridable Property LabelDescription As String Public Overridable Property ShowGetQuoteButton As Boolean Public Overridable Property ShowPriceSection As Boolean Public Overridable Property MinutesRemaining As Integer Public Overridable Property MarketCountdownLabel As String Public Overridable Property IsRegistered As String End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class ETSPriceDayChange Implements IReturn(Of GetETSPriceDayChangeViewModel) Public Overridable Property EntityContactId As Integer End Class End Namespace End Namespace