Function dex_v3::instruction::create_market [−][src]
pub fn create_market(
dex_program_id: Pubkey,
market_account: Pubkey,
orderbook: Pubkey,
base_vault: Pubkey,
quote_vault: Pubkey,
aaob_program: Pubkey,
market_admin: Pubkey,
create_market_params: Params
) -> Instruction
Expand description
Create a new DEX market
The asset agnostic orderbook must be properly initialized beforehand.