BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::limit_order_create_operation::options_type Struct Reference

#include <market.hpp>

Public Attributes

optional< vector< limit_order_auto_action > > on_fill
 Automatic actions when the limit order is filled or partially filled. More...
 

Detailed Description

Options to be used in limit_order_create_operation

Note
this struct can be expanded by adding more options in the end.

Definition at line 79 of file market.hpp.

Member Data Documentation

◆ on_fill

optional< vector< limit_order_auto_action > > graphene::protocol::limit_order_create_operation::options_type::on_fill

Automatic actions when the limit order is filled or partially filled.

Definition at line 82 of file market.hpp.


The documentation for this struct was generated from the following file: