File tree Expand file tree Collapse file tree 12 files changed +212
-0
lines changed
IOLApiClient.Communication.Abstractions
IOLApiClient.MyAccount.Operations.Repository.Abstractions
IOLApiClient.MyAccount.Operations.Repository
IOLApiClient.Operative.Abstractions
IOLApiClient.Operative.Buy.Repository.Abstractions
IOLApiClient.Operative.Buy.Repository
IOLApiClient.Operative.Retrieval.Repository.Abstractions
IOLApiClient.Operative.Retrieval.Repository
IOLApiClient.Operative.Sell.Repository.Abstractions
IOLApiClient.Operative.Sell.Repository
IOLApiClient.Operative.Subscription.Repository.Abstractions
IOLApiClient.Operative.Subscription.Repository Expand file tree Collapse file tree 12 files changed +212
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ Abstractions of communication objects
14
+ </Description >
15
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
16
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
18
+ <RepositoryType >OpenSource</RepositoryType >
19
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
20
+ <PackageReleaseNotes >Abstractions of communication objects</PackageReleaseNotes >
5
21
</PropertyGroup >
6
22
7
23
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can manage your operations on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Abstractions of operational delete and retrieval of transaction</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can manage your operations on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Implementation of operational delete and retrieval of transaction</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ Abstraction for operative data
14
+ </Description >
15
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
16
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
18
+ <RepositoryType >OpenSource</RepositoryType >
19
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
20
+ <PackageReleaseNotes >Abstractions of operatiove data</PackageReleaseNotes >
5
21
</PropertyGroup >
6
22
7
23
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can buy stocks on markets on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Abstractions of buy stocks</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can buy stocks on markets on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Implementation of buy stocks</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can do a retrieval of a subscription on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Abstractions of retrieval from a subscription</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can do a retrieval of a subscription on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Implementation of retrieval from a subscription</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can do a sell of an stock market on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Abstractions of sell an stock</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >
13
+ With these lib you can do a sell of an stock market on https://www.invertironline.com/ company.
14
+
15
+ To do these you've to create the account and enable the API product.
16
+ </Description >
17
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
20
+ <RepositoryType >OpenSource</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
22
+ <PackageReleaseNotes >Implementation of sell an stock</PackageReleaseNotes >
5
23
</PropertyGroup >
6
24
7
25
<ItemGroup >
You can’t perform that action at this time.
0 commit comments