com.dukascopy.api
Annotation Type Configurable


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Configurable

Fields marked with this annotation will be shown in dialog before strategy start. Values from that dialog will be set to fields before calling onStart method

Author:
Denis Larka

Required Element Summary
 String value
          Name of the field that will appear in dialog
 
Optional Element Summary
 String fileType
           
 

Element Detail

value

public abstract String value
Name of the field that will appear in dialog

Returns:
value for field

fileType

public abstract String fileType
Default:
""


Copyright © 2009. All Rights Reserved.