com.longport.quote.SubFlags Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-sdk Show documentation
Show all versions of openapi-sdk Show documentation
LongPort OpenAPI SDK for Java
package com.longport.quote;
public class SubFlags {
public static int Quote = 0x1;
public static int Depth = 0x2;
public static int Brokers = 0x4;
public static int Trade = 0x8;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy