Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Namespace MtGox.Result
- Public Class Trade
- Public Property [date] As Int64
- Public Property price As Decimal
- Public Property amount As Decimal
- Public Property price_int As Int64
- Public Property amount_int As Int64
- Public Property tid As ULong
- Public Property price_currency As String
- Public Property item As String
- Public Property trade_type As String
- Public ReadOnly Property date2
- Get
- Return Sitesource.Util.Epoch.GetDate([date])
- End Get
- End Property
- ''' <summary>
- ''' New
- ''' </summary>
- ''' <remarks></remarks>
- Public Sub New()
- End Sub
- End Class
- End Namespace
Advertisement
Add Comment
Please, Sign In to add comment